2024-07-18 21:35:23 -05:00
|
|
|
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;
|
|
|
|
}
|