gtajesgenga-ami.js
Version:
1. [Hello AMI](#hello-ami) 2. [Features](#features) 3. [Usage](#yarn) 4. [Developer corner](#developer-corner) 5. [Change log](#change-log) 6. [Credits](#credits) 7. [Citations](#citations)
25 lines (22 loc) • 328 B
CSS
body {
font-family: sans-serif;
color: #f9f9f9;
background-color: #212121;
}
#container {
background-color: #000;
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
#my-gui-container {
position: fixed;
top: 10px;
right: 10px;
z-index: 1;
}