Fidgeting...
This commit is contained in:
parent
4115092ff2
commit
88c84e3b3e
2 changed files with 41 additions and 29 deletions
|
@ -26,6 +26,7 @@
|
|||
<label for="toggle-navbar" id="toggle">☰</label>
|
||||
<input type="checkbox" id="toggle-navbar" />
|
||||
<div id="bar">
|
||||
<header>
|
||||
<ul id="navigation">
|
||||
<li>Home</li>
|
||||
<li>Projects</li>
|
||||
|
@ -34,6 +35,8 @@
|
|||
<li>Antennae</li>
|
||||
</ul>
|
||||
</ul>
|
||||
</header>
|
||||
<footer>
|
||||
<div id="follow">
|
||||
<a href="https://github.com/VagabondAzulien">
|
||||
<img src="src/images/github_light.png"
|
||||
|
@ -69,6 +72,7 @@
|
|||
title="HTML5 Powered, CSS3 Styled" />
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
|
|
@ -81,14 +81,8 @@ header {
|
|||
width: 300px;
|
||||
}
|
||||
|
||||
#follow {
|
||||
position: absolute; bottom: 100px; left: 0px;
|
||||
width: 100%; margin: 0px auto; padding: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
#navbar header {
|
||||
|
||||
#follow a {
|
||||
padding: 0px 9px;
|
||||
}
|
||||
|
||||
#navigation {
|
||||
|
@ -103,6 +97,20 @@ header {
|
|||
color: #888888;
|
||||
}
|
||||
|
||||
#navbar footer {
|
||||
|
||||
}
|
||||
|
||||
#follow {
|
||||
position: absolute; bottom: 100px; left: 0px;
|
||||
width: 100%; margin: 0px auto; padding: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#follow a {
|
||||
padding: 0px 9px;
|
||||
}
|
||||
|
||||
#info {
|
||||
position: absolute; bottom: 0px;
|
||||
padding: 10px; margin: 10px auto; overflow-x: hidden;
|
||||
|
|
Loading…
Reference in a new issue