sockscape/client/style.css

15 lines
159 B
CSS
Raw Normal View History

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