The nav ul is no longer inside of a header

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#usage_notes
This commit is contained in:
Emma Tebibyte 2022-09-19 23:31:50 +00:00
parent ee6f1f3431
commit b0fa77cfde
4 changed files with 56 additions and 60 deletions

View File

@ -15,7 +15,6 @@
<img id="logo" src="/assets/img/TiB-network.png" width=25% />
</header>
<nav>
<h4>
<ul>
<li class="home">
<a href="/">Home</a> |
@ -37,7 +36,6 @@
<a href="/about">About</a>
</li>
</ul>
</h4>
</nav>
<div class="content">
<div class="column">

View File

@ -81,6 +81,8 @@ nav ul {
border-radius: 1em;
padding: 0.5em;
margin: 0;
font-weight: bold;
margin-top: 1em;
}
nav ul li {

View File

@ -15,7 +15,6 @@
<img id="logo" src="/assets/img/TiB-network.png" width=25% />
</header>
<nav>
<h4>
<ul>
<li class="home">
<a href="/">Home</a> |
@ -37,7 +36,6 @@
<a href="/about">About</a>
</li>
</ul>
</h4>
</nav>
<div class="content">
<div class="section">

View File

@ -15,7 +15,6 @@
<img id="logo" src="/assets/img/TiB-network.png" width=25% />
</header>
<nav>
<h4>
<ul>
<li class="home">
<a href="/">Home</a> |
@ -37,7 +36,6 @@
<a href="/about">About</a>
</li>
</ul>
</h4>
</nav>
<div class="content">
<div class="section">