Files
firehsd/templates/assets/css/index.css
Nathan Woodburn 132f97325a
All checks were successful
Build Docker / BuildImage (push) Successful in 51s
feat: Add initial code
2025-08-22 13:34:17 +10:00

23 lines
325 B
CSS

body {
background-color: #000000;
color: #ffffff;
}
h1 {
font-size: 50px;
margin: 0;
padding: 0;
}
.centre {
margin-top: 10%;
text-align: center;
}
a {
color: #ffffff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.spacer {
height: 20px; /* Adjust as needed */
}