Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@DerZyklop
Created May 7, 2012 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DerZyklop/2627110 to your computer and use it in GitHub Desktop.
Save DerZyklop/2627110 to your computer and use it in GitHub Desktop.
Untitled
.box { width: 100px; height: 100px; margin: 20px; background: #bbb; }
.links {
float: left;
}
.mitte {
float: left;
}
.rechts {
float: left;
}
<div>
<div class="box links">Eins</div>
<div class="box mitte">Zwo</div>
<div class="box rechts">Drei</div>
</div>
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment