webdap/assets/sass/darkmeyer.sass

24 lines
281 B
Sass
Raw Normal View History

body
background: lightgrey
2022-12-10 17:18:19 -05:00
#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