Files
TunnelProofOfConcept/src/styles.css
2023-12-14 15:25:30 +01:00

13 lines
147 B
CSS

body {
background-color: #000000;
overflow: hidden;
}
#container {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
}