Parallax-Bicycle/main.css

12 lines
154 B
CSS
Raw Normal View History

2016-06-07 13:18:44 +00:00
html, body { font-size: 100%; }
body
{
font-family: sans-serif;
}
#canvas-main
{
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
}