game-engine/index.css

28 lines
493 B
CSS
Raw Permalink Normal View History

body {
margin: 0;
height: 100%;
width: 100%;
}
#container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
width: 100%;
}
#game {
border: 1px solid black;
image-rendering: crisp-edges;
image-rendering: pixelated;
}
#resources {
display: none;
}
2024-09-20 08:33:02 -05:00
.pixelify-sans-regular {
font-family: "Pixelify Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
}