27 lines
270 B
CSS
27 lines
270 B
CSS
body{
|
|
margin: 0;
|
|
background-color: blue;
|
|
}
|
|
|
|
h1{
|
|
font-size: 18em;
|
|
}
|
|
|
|
canvas#scene{
|
|
position: absolute;
|
|
z-index: 10;
|
|
top:0;
|
|
left:0;
|
|
/* width: 100%;
|
|
height:100%; */
|
|
}
|
|
|
|
|
|
|
|
#animation {
|
|
background-repeat: no-repeat;
|
|
height: 102px;
|
|
width: 140px;
|
|
}
|
|
|