did someone say navbar?????
This commit is contained in:
parent
93967c6abc
commit
a39729904c
26
Dependencies/CSS/style.css
vendored
26
Dependencies/CSS/style.css
vendored
@ -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;
|
||||||
|
}
|
22
index.html
22
index.html
@ -9,16 +9,18 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>
|
<div id="wrapper">
|
||||||
Wow Ain't this site professional!
|
<div id="navbar">
|
||||||
</h1>
|
<ul>
|
||||||
<a href="rekai.html">
|
<li> <a href="rekai.html">
|
||||||
Real Professional link to Rekai's Portfolio
|
Rekai's Portfolio
|
||||||
</a>
|
</a> </li>
|
||||||
<br />
|
<li> <a href="harrison.html.html">
|
||||||
<a href="harrison.html">
|
Harrison's Portfolio
|
||||||
Real Professional link to Harrison's Portfolio
|
</a> </li>
|
||||||
</a>
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user