Fidget...
This commit is contained in:
parent
2853c373f0
commit
e57a3141ed
2 changed files with 34 additions and 32 deletions
|
@ -22,12 +22,12 @@
|
||||||
<li>The</li><li>Internet</li><li>Vagabond</li>
|
<li>The</li><li>Internet</li><li>Vagabond</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<label for="toggle-navbar" id="toggle">☰</label>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="clean"></div>
|
<div class="clean"></div>
|
||||||
|
|
||||||
<!--Sidebar -->
|
<!--Sidebar -->
|
||||||
|
<label for="toggle-navbar" id="toggle">☰</label>
|
||||||
<input type="checkbox" id="toggle-navbar" />
|
<input type="checkbox" id="toggle-navbar" />
|
||||||
<nav id="bar">
|
<nav id="bar">
|
||||||
<section id="header">
|
<section id="header">
|
||||||
|
@ -52,7 +52,8 @@
|
||||||
<li>Antennae<br />
|
<li>Antennae<br />
|
||||||
<div>
|
<div>
|
||||||
<a href="#">[ Page ]</a>
|
<a href="#">[ Page ]</a>
|
||||||
<a href="https://github.com/VagabondAzulien/antennae">[ Source ]</a>
|
<a href="https://github.com/VagabondAzulien/antennae">
|
||||||
|
[ Source ]</a>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -70,6 +70,7 @@ header {
|
||||||
position: fixed; top: 0px; right: -300px; bottom: 0px;
|
position: fixed; top: 0px; right: -300px; bottom: 0px;
|
||||||
width: 300px; margin: 0px; padding: 0px; overflow-x: hidden;
|
width: 300px; margin: 0px; padding: 0px; overflow-x: hidden;
|
||||||
background-color: #202020;
|
background-color: #202020;
|
||||||
|
z-index: 2;
|
||||||
transition: right 0.5s ease;
|
transition: right 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue