whoops, other html

This commit is contained in:
TerraMaster85 2023-06-13 20:19:25 -04:00
parent 4c5b7c02aa
commit 4c81aff165
3 changed files with 146 additions and 11 deletions

View File

@ -4,9 +4,7 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<style> <style>
body { body { margin: 0; }
margin: 0;
}
body > * { body > * {
box-sizing: border-box; box-sizing: border-box;
@ -43,14 +41,18 @@ body > * {
color: #800000; color: #800000;
} }
.nav-section-bottom {
position: absolute;
bottom: 0;
}
@media only screen and (max-width: 576px) { @media only screen and (max-width: 576px) {
#main, #nav { #main, #nav {
position: initial; position: initial;
width: 100%; width: 100%;
} }
#nav { #nav { height: initial; }
height: initial; .nav-section-bottom{ display: hidden; }
}
} }
</style> </style>
<title>e3team</title> <title>e3team</title>
@ -63,9 +65,8 @@ body > * {
<a class="nav-item" href="/services.html">Services</a> <a class="nav-item" href="/services.html">Services</a>
<a class="nav-item" href="/servers.html">Machines</a> <a class="nav-item" href="/servers.html">Machines</a>
</div> </div>
<div class="nav-section"> <div class="nav-section nav-section-bottom">
<span>another entry</span> Free now and forever.
<a class="nav-item" href="example">example</a>
</div> </div>
</div> </div>
<div id="main"> <div id="main">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long