Add Nav Bar, Temporarily Remove Home Content
This commit is contained in:
+18
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user