fractal-hell/game.css
2024-09-13 06:11:07 -04:00

33 lines
No EOL
554 B
CSS

.message {
position: relative;
margin-bottom: -800px;
bottom: 800px;
width: 800px;
height: 800px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: rgba(0,0,0,0.5);
}
.message span {
display: block;
text-align: center;
color: rgb(255,255,255);
font-weight: bold;
font-size: 50px;
}
.ui-text {
white-space: pre-wrap;
font-weight: bold;
padding: 10px;
}
#canvas {
width: 800px;
height: 800px;
image-rendering: pixelated
}