Fidgeting...

This commit is contained in:
Bill Niblock 2015-02-23 16:12:32 -05:00
parent 6f644f5a81
commit a2ba3001fd
2 changed files with 6 additions and 6 deletions

View file

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

View file

@ -81,7 +81,7 @@ header {
width: 300px;
}
#bar header {
#bar #header {
}
@ -97,7 +97,7 @@ header {
color: #888888;
}
#bar footer {
#bar #footer {
}