Please add a public SSH key to your
profile to be able to clone the repository via the SSH protocol.
Pre-render was disabled for this project as it contains too many files. Please click on the files to view them.
style.css
@font-face {
font-family:'Coolvetica';
src: url('coolvetica rg.ttf');
}
html, body, div#root {
width:100%;
height:100%;
border:0px;
margin:0px;
overflow:hidden;
}
canvas {
display:fixed;
}
div#header {
height:75px;
background-color:black;
position:fixed;
font-size:4em;
color:white;
opacity:.75;
text-align:center;
width:100%;
font-family:Coolvetica;
}