did someone say navbar?????

This commit is contained in:
Paoda
2016-09-24 13:32:36 -05:00
parent 93967c6abc
commit a39729904c
2 changed files with 38 additions and 10 deletions

View File

@@ -0,0 +1,26 @@
body{
height: 100%;
margin: 0rem
}
#navbar{
opacity: 0.5;
background: black;
margin: 0 auto;
text-align: center;
height: 2.5rem;
}
#navbar ul{
height: auto;
padding: 0.55rem 0px;
margin: 0rem;
}
#navbar li{
display: inline;
padding: 1.25rem
}
#navbar a{
text-decoration: none;
color: white;
padding: 0.5rem;
font-family: Segoe UI Light;
}