sockscape/client/style.css

13 lines
128 B
CSS
Raw Normal View History

2017-04-17 18:50:18 +00:00
body {
background: #000;
}
#cs {
display: block;
width: 100vw;
height: 100vh;
}
.hidden {
display: none;
2017-04-17 18:50:18 +00:00
}