@edsilv/ami.js
Version:
<p align="center"> <img src="https://user-images.githubusercontent.com/214063/46479857-4cd66e80-c7f0-11e8-9585-5748409c9490.png" width="60%"> </p>
36 lines (30 loc) • 426 B
CSS
#stats {
position: absolute;
top: 0;
left: 0;
}
#r3d {
background-color: #000;
left: 10px;
right: 20px;
top: 30px;
bottom: 40px;
position: absolute;
overflow: hidden;
}
#my-gui-container {
position: fixed;
top: 20px;
right: 20px;
z-index: 1;
}
.AMI.Widget {
font-size: 14px;
}
body {
font-family: source-code-pro, sans-serif;
background-color: #bdbdbd;
}
* {
box-sizing: border-box;
}