This repository has been archived on 2025-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
asklyphe-frontend/static/themes/default/404.css

16 lines
203 B
CSS
Raw Normal View History

2025-03-07 17:13:57 -08:00
body {
background: white;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
a {
color: black;
}
img {
width: 640px;
height: 480px;
}