ami-cjs.js
Version:
<p align="center"> <img src="https://cloud.githubusercontent.com/assets/214063/23213764/78ade038-f90c-11e6-8208-4fcade5f3832.png" width="60%"> </p>
46 lines (39 loc) • 613 B
CSS
body {
margin: 0;
overflow:hidden;
box-sizing: border-box;
}
.visualizer {
width: 100%;
display: flex;
flex-wrap: wrap;
background-color: #353535;
}
.renderer {
background-color: #000;
width: 50%;
height: 50%;
box-sizing:border-box;
border: 1px solid rgba(0, 0, 0, .2);
border-bottom: none;
position: relative;
overflow: hidden;
}
#r0 {
border-top: 2px solid #03a9f4;
}
#r1 {
border-top: 2px solid #f44336;
}
#r2 {
border-top: 2px solid #ffeb3b;
}
#r3 {
border-top: 2px solid #8bc34a;
}
#my-gui-container {
position: fixed;
top: 80px;
right: 20px;
z-index:1;
}