+ Adding simple navbar menu at the top

In theory breadcrumbs would look/feel better to use but for now
this will do to massively improve the UX
This commit is contained in:
shockrah
2021-10-26 09:57:08 -07:00
parent 0215ab6ede
commit 64ef933267
5 changed files with 35 additions and 12 deletions

View File

@@ -15,6 +15,7 @@ html, body, div, tag {
h1 {
text-transform: capitalize;
}
a {
text-decoration: none;
color: whitesmoke;
@@ -26,6 +27,10 @@ a {
1px 1px 0 #191818;
}
a:hover {
text-decoration: none;
color: white;
}
.content {
margin: 0 auto;