Files

copied

Scanning the repository...

Last update 6 years 10 months by Daniel Urencio
Filesfullstackstaticcss
..
style.css
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; }
Report a bug