+ 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user