mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
12 lines
189 B
CSS
12 lines
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;
|
|
} |