16 lines
172 B
CSS
16 lines
172 B
CSS
body{
|
|
margin: 0;
|
|
}
|
|
|
|
h1{
|
|
font-size: 10em;
|
|
}
|
|
|
|
canvas#scene{
|
|
position: absolute;
|
|
z-index: 10;
|
|
top: 0;
|
|
left: 0;
|
|
/*width: 100%;
|
|
height: 100%;*/
|
|
} |