Skip to content

Commit

Permalink
navbar?
Browse files Browse the repository at this point in the history
  • Loading branch information
wshick committed Dec 30, 2024
1 parent 1111f3d commit 4f698bc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
8 changes: 8 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ footer {
border-top: 1px solid #fff;
}

.bar {
border: 1px solid #fff;
}

.active {
border-bottom: 1px solid #000;
}

h1 {
font-size: 200%;
text-align: center;
Expand Down
12 changes: 5 additions & 7 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@
</head>
<body>
<header>
<p>Will Shick Portfolio</p>
<p>WILL SHICK</p>
<nav class="bar">
<ul>
<li><a href="#">HOME/ABOUT</a></li>
<li><a href="#">PORTFOLIO</a></li>
<li><a href="#">ACTIVE PROJECTS</a></li>
<li><a href="#">CONTACT</a></li>
</ul>
<a class="active" href="#">HOME/ABOUT</a>
<a href="#">PORTFOLIO</a>
<a href="#">ACTIVE PROJECTS</a>
<a href="#">CONTACT</a>
</nav>
</header>

Expand Down

0 comments on commit 4f698bc

Please sign in to comment.