mirror of
https://codeberg.org/vlw/victorwesterlund.com.git
synced 2025-09-14 03:23:41 +02:00
16 lines
No EOL
246 B
CSS
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;
|
|
} |