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>
25 lines (22 loc) • 291 B
CSS
#stats {
position: absolute;
top:0;
left: 0;
}
#r3d {
background-color: #000;
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
width: 100%;
height: 100%;
overflow:hidden;
}
body{
font-family: source-code-pro, sans-serif;
}
*{
box-sizing: border-box;
}