12 lines
No EOL
189 B
CSS
12 lines
No EOL
189 B
CSS
body{
|
|
background-color: #000205;
|
|
background-image: url("skulls.png");
|
|
}
|
|
|
|
#game {
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-top: -300px;
|
|
margin-left: -400px;
|
|
} |