victorwesterlund.com/public/assets/css/wrongplace.css
Victor Westerlund b3a577d6de wip: add gif
2022-03-16 21:44:34 +01:00

16 lines
No EOL
246 B
CSS

html,
body {
height: 100%;
margin: 0;
background-color: blue;
display: grid;
align-content: center;
justify-content: center;
user-select: none;
}
img {
width: clamp(20px, 50vh, 80vw);
image-rendering: pixelated;
pointer-events: none;
}