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