ore updates i don't wanna split this up lbr

This commit is contained in:
2026-04-30 08:58:58 -07:00
parent 0abf2dd167
commit 5fa39c1148
12 changed files with 213 additions and 58 deletions

40
css/nav.css Normal file
View File

@ -0,0 +1,40 @@
nav {
margin: 1rem 25%;
text-align: center;
border-bottom: solid var(--color-pink);
}
nav a,
footer li {
font-family: "Bebas Neue";
font-size: 1.3rem;
}
nav a {
text-decoration: none;
}
.wip {
margin: 1rem 0;
border: solid var(--color-cyan);
border-radius: .1rem;
padding: 1rem;
}
.wip p {
margin: 0;
}
footer {
padding: 1rem 0;
}
footer ul {
list-style: none;
display: flex;
justify-content: space-around;
}
footer li {
display: inline;
}