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;
}

View File

@ -9,16 +9,18 @@
</head>
<body>
<h1>
Wow Ain't this site professional!
</h1>
<a href="rekai.html">
Real Professional link to Rekai's Portfolio
</a>
<br />
<a href="harrison.html">
Real Professional link to Harrison's Portfolio
</a>
<div id="wrapper">
<div id="navbar">
<ul>
<li> <a href="rekai.html">
Rekai's Portfolio
</a> </li>
<li> <a href="harrison.html.html">
Harrison's Portfolio
</a> </li>
</ul>
</div>
</div>
</body>
</html>