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:
Sasha Koshka 2022-09-19 17:14:12 -04:00 committed by emma
parent 861cea9a8b
commit db349010d0
Signed by: emma
GPG Key ID: 6D661C738815E7DD
4 changed files with 15 additions and 13 deletions

View File

@ -17,19 +17,19 @@
<nav>
<ul>
<li class="home">
<a href="/">Home</a>
<a href="/">Home</a> |
</li>
<li class="network">
<a href="/network">Network</a>
<a href="/network">Network</a> |
</li>
<li class="blog">
<a href="/blog">Weblog</a>
<a href="/blog">Weblog</a> |
</li>
<li class="git">
<a href="https://git.tebibyte.media/">Git</a>
<a href="https://git.tebibyte.media/">Git</a> |
</li>
<li class="about">

View File

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

View File

@ -17,19 +17,19 @@
<nav>
<ul>
<li class="home">
<a href="/">Home</a>
<a href="/">Home</a> |
</li>
<li class="network">
<a href="/network">Network</a>
<a href="/network">Network</a> |
</li>
<li class="blog">
<a href="/blog">Weblog</a>
<a href="/blog">Weblog</a> |
</li>
<li class="git">
<a href="https://git.tebibyte.media/">Git</a>
<a href="https://git.tebibyte.media/">Git</a> |
</li>
<li class="about">
@ -147,4 +147,4 @@
</div>
</footer>
</body>
</html>
</html>

View File

@ -17,19 +17,19 @@
<nav>
<ul>
<li class="home">
<a href="/">Home</a>
<a href="/">Home</a> |
</li>
<li class="network">
<a href="/network">Network</a>
<a href="/network">Network</a> |
</li>
<li class="blog">
<a href="/blog">Weblog</a>
<a href="/blog">Weblog</a> |
</li>
<li class="git">
<a href="https://git.tebibyte.media/">Git</a>
<a href="https://git.tebibyte.media/">Git</a> |
</li>
<li class="about">