Skip to content

Commit

Permalink
changed location of nav to header element
Browse files Browse the repository at this point in the history
  • Loading branch information
slide165 committed Feb 21, 2018
1 parent e706521 commit 50ca02e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions brandon-renbaum.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@

<body>

<nav>
<ul>

</ul>
</nav>

<header>
<nav>
<ul>
<li>.....</li>
<li>.....</li>
<li>......</li>

</ul>
</nav>

<h1>Why Playing Guitar is fun</h1>
</header>
Expand Down

0 comments on commit 50ca02e

Please sign in to comment.