1
Fork 0
appliedcryptography/website/res/css/error.css

16 lines
221 B
CSS
Raw Normal View History

2025-06-26 12:19:00 +02:00
body,
html {
margin: 0;
padding: 0;
height: 100%;
background-color: #000000;
display: flex;
justify-content: center;
align-items: center;
}
img {
max-width: 100%;
max-height: 100%;
image-rendering: pixelated;
}