Added some styles and a navbar

This commit is contained in:
2022-12-10 17:18:19 -05:00
parent 10c97edc70
commit dc25b68ec4
6 changed files with 43 additions and 2 deletions

View File

@ -1,2 +1,23 @@
body
background: lightgrey
#main-nav
position: fixed
top: 0
left: 0
width: 100%
height: 60px
background: #212121
clear: float
.nav-left
float: left
.nav-right
float: right
.nav-menu
ul
list-style: none
li
display: inline-block