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 4f698bc commit 663f2de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,17 @@ footer {
border-top: 1px solid #fff;
}

.bar {
border: 1px solid #fff;
.inactive {
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

.active {
border-bottom: 1px solid #000;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 3px solid #000;
}

h1 {
Expand Down
6 changes: 3 additions & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<p>WILL SHICK</p>
<nav class="bar">
<a class="active" href="#">HOME/ABOUT</a>
<a href="#">PORTFOLIO</a>
<a href="#">ACTIVE PROJECTS</a>
<a href="#">CONTACT</a>
<a class="inactive" href="#">PORTFOLIO</a>
<a class="inactive" href="#">ACTIVE PROJECTS</a>
<a class="inactive" href="#">CONTACT</a>
</nav>
</header>

Expand Down

0 comments on commit 663f2de

Please sign in to comment.