19 lines
265 B
CSS
19 lines
265 B
CSS
body{
|
|
margin: 0;
|
|
background-image: url(images/hbdbachir.gif);
|
|
background-repeat:no-repeat;
|
|
background-position:50% -30%;
|
|
}
|
|
|
|
h1{
|
|
font-size: 18em;
|
|
}
|
|
|
|
canvas#scene{
|
|
position: absolute;
|
|
z-index: 10;
|
|
top:0;
|
|
left:0;
|
|
/* width: 100%;
|
|
height:100%; */
|
|
} |