1
0
mirror of https://github.com/danbee/invaders synced 2025-03-04 08:39:08 +00:00
invaders/stylesheets/all.css
2014-05-09 17:31:51 +01:00

13 lines
150 B
CSS

body {
background: #333;
}
#game {
position: absolute;
width: 1024px;
height: 576px;
top: calc(50% - 288px);
left: calc(50% - 512px);
}