hnsdoh-status/templates/assets/css/404.css
Nathan Woodburn 5a74687c0e
All checks were successful
Build Docker / BuildImage (push) Successful in 57s
Initial commit
2024-09-12 13:51:45 +10:00

19 lines
234 B
CSS

body {
background-color: #000000;
color: #ffffff;
}
.centre {
text-align: center;
margin-top: 20%;
}
a {
color: #ffffff;
}
a:hover {
color: #ff0000;
}
h1 {
font-size: 100px;
margin: 0;
padding: 0;
}