Fidgeting...

This commit is contained in:
Bill Niblock 2015-02-23 16:06:43 -05:00
parent 4115092ff2
commit 88c84e3b3e
2 changed files with 41 additions and 29 deletions

View file

@ -26,6 +26,7 @@
<label for="toggle-navbar" id="toggle">&#9776</label> <label for="toggle-navbar" id="toggle">&#9776</label>
<input type="checkbox" id="toggle-navbar" /> <input type="checkbox" id="toggle-navbar" />
<div id="bar"> <div id="bar">
<header>
<ul id="navigation"> <ul id="navigation">
<li>Home</li> <li>Home</li>
<li>Projects</li> <li>Projects</li>
@ -34,6 +35,8 @@
<li>Antennae</li> <li>Antennae</li>
</ul> </ul>
</ul> </ul>
</header>
<footer>
<div id="follow"> <div id="follow">
<a href="https://github.com/VagabondAzulien"> <a href="https://github.com/VagabondAzulien">
<img src="src/images/github_light.png" <img src="src/images/github_light.png"
@ -69,6 +72,7 @@
title="HTML5 Powered, CSS3 Styled" /> title="HTML5 Powered, CSS3 Styled" />
</a> </a>
</div> </div>
</footer>
</div> </div>
</nav> </nav>

View file

@ -81,14 +81,8 @@ header {
width: 300px; width: 300px;
} }
#follow { #navbar header {
position: absolute; bottom: 100px; left: 0px;
width: 100%; margin: 0px auto; padding: 0px;
text-align: center;
}
#follow a {
padding: 0px 9px;
} }
#navigation { #navigation {
@ -103,6 +97,20 @@ header {
color: #888888; 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 { #info {
position: absolute; bottom: 0px; position: absolute; bottom: 0px;
padding: 10px; margin: 10px auto; overflow-x: hidden; padding: 10px; margin: 10px auto; overflow-x: hidden;