sockscape/client/style.css

27 lines
577 B
CSS
Raw Normal View History

2017-08-24 21:00:52 +00:00
@font-face {
font-family: 'Scape';
src: url('etc/font/scape.eot');
src: url('etc/font/scape.eot?#iefix') format('embedded-opentype'),
url('etc/font/scape.woff2') format('woff2'),
url('etc/font/scape.woff') format('woff'),
url('etc/font/scape.ttf') format('truetype'),
url('etc/font/scape.svg#fontload') format('svg');
font-weight: normal;
font-style: normal;
}
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
}