Skip to content

Instantly share code, notes, and snippets.

@gonghao
Created November 22, 2012 06:54
Show Gist options
  • Save gonghao/4129742 to your computer and use it in GitHub Desktop.
Save gonghao/4129742 to your computer and use it in GitHub Desktop.
Untitled
.wrap { background: #ccc; }
.logo { display: inline-block; background: green; }
.links { float: right; }
<div class="wrap">
<h2 class="logo">Logo</h2>
<ul class="links">
<li>Register</li>
<li>Login</li>
</ul>
</div>
{"view":"split","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