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> <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> <section id="header">
<ul id="navigation"> <ul id="navigation">
<li>Home</li> <li>Home</li>
<li>Projects</li> <li>Projects</li>
@ -35,8 +35,8 @@
<li>Antennae</li> <li>Antennae</li>
</ul> </ul>
</ul> </ul>
</header> </section>
<footer> <section id="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"
@ -72,7 +72,7 @@
title="HTML5 Powered, CSS3 Styled" /> title="HTML5 Powered, CSS3 Styled" />
</a> </a>
</div> </div>
</footer> </section>
</div> </div>
</nav> </nav>

View file

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