mirror of
https://github.com/sigmasternchen/88x31breakout
synced 2025-03-16 00:19:05 +00:00
12 lines
No EOL
176 B
CSS
12 lines
No EOL
176 B
CSS
|
|
#game {
|
|
width: calc((88px + 1px) * 11 + 1px);
|
|
height: 500px;
|
|
background-color: red;
|
|
position: relative;
|
|
}
|
|
|
|
.banner {
|
|
margin: 1px;
|
|
position: absolute;
|
|
} |