whoops, other html
This commit is contained in:
parent
4c5b7c02aa
commit
4c81aff165
19
index.html
19
index.html
|
@ -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">
|
||||||
|
|
69
servers.html
69
servers.html
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue