Files
Website/static/style.css
2026-01-25 21:30:25 -05:00

42 lines
622 B
CSS

body {
margin-top: 0;
margin-left: 0;
margin-right: 0;
background-color: 282d28;
color: A0B0A0;
}
#header {
margin: 0;
width: 100%;
height: 3.5rem;
text-align: center;
vertical-align: middle;
display: flex;
justify-content: space-evenly;
background-color: 181b18;
}
.header-link {
margin: auto;
vertical-align: middle;
color: sandybrown;
text-decoration: none;
font-size: 1.1rem;
}
a {
color: sandybrown;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#body {
margin: auto;
width: 100%;
height: 100%;
}