Skip to content

Instantly share code, notes, and snippets.

@pgherveou
Created February 26, 2012 13:05
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 pgherveou/1916600 to your computer and use it in GitHub Desktop.
Save pgherveou/1916600 to your computer and use it in GitHub Desktop.
Untitled
body {
/*background-color: blue*/
}
ul {
overflow: hidden;
*zoom: 1;
height: 150px;
background: #333;
color: white;
background-image: linear-gradient(top, #333 0%, #333 50%, #eee 50%, #eee 100%);
}
li {
margin-left: 0;
white-space: nowrap;
display: inline;
float: left;
}
a {
display:block;
line-height: 50px;
}
.plus {
font-size: 45px;
}
/*.notification {
font-size: 35px;
}
*/
<!-- content to be placed inside <body>…</body> -->
<nav>
<ul>
<li><a class="plus">+</a></li>
<li><a class="notification">23</a></li>
<li><a class="user">Pierre-Guillaume</a></li>
</ul>
</nav>
{"view":"split","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment