12 lines
125 B
CSS
12 lines
125 B
CSS
html, body { font-size: 100%; }
|
|
|
|
body
|
|
{
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
#canvas-main
|
|
{
|
|
position: absolute;
|
|
top: 0; left: 0;
|
|
}
|