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>
|
||||
</ul>
|
||||
|
||||
<label for="toggle-navbar" id="toggle">☰</label>
|
||||
</header>
|
||||
|
||||
<div class="clean"></div>
|
||||
|
||||
<!--Sidebar -->
|
||||
<label for="toggle-navbar" id="toggle">☰</label>
|
||||
<input type="checkbox" id="toggle-navbar" />
|
||||
<nav id="bar">
|
||||
<section id="header">
|
||||
|
@ -52,7 +52,8 @@
|
|||
<li>Antennae<br />
|
||||
<div>
|
||||
<a href="#">[ Page ]</a>
|
||||
<a href="https://github.com/VagabondAzulien/antennae">[ Source ]</a>
|
||||
<a href="https://github.com/VagabondAzulien/antennae">
|
||||
[ Source ]</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -70,6 +70,7 @@ header {
|
|||
position: fixed; top: 0px; right: -300px; bottom: 0px;
|
||||
width: 300px; margin: 0px; padding: 0px; overflow-x: hidden;
|
||||
background-color: #202020;
|
||||
z-index: 2;
|
||||
transition: right 0.5s ease;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue