Add Nav Bar, Temporarily Remove Home Content

This commit is contained in:
2026-04-20 01:48:55 +02:00
parent 0fa1699dff
commit 5566991bc8
2 changed files with 31 additions and 5 deletions
+18
View File
@@ -21,8 +21,26 @@ body {
}
}
/* Nav Bar */
nav {
display: flex;
gap: 1rem;
}
nav a {
color: #3d2f1f99;
text-decoration: none;
transition: color 0.5s;
}
nav a:hover {
color: #3d2f1f;
}
h1 {
font-size: 3rem;
margin-bottom: 1rem;
}
h1 img {