mirror of
https://github.com/danbee/invaders
synced 2025-03-04 08:39:08 +00:00
13 lines
150 B
CSS
13 lines
150 B
CSS
body {
|
|
background: #333;
|
|
}
|
|
|
|
#game {
|
|
position: absolute;
|
|
width: 1024px;
|
|
height: 576px;
|
|
|
|
top: calc(50% - 288px);
|
|
left: calc(50% - 512px);
|
|
}
|