Skip to content

Instantly share code, notes, and snippets.

@andrewhathaway
Created September 7, 2012 09:52
Show Gist options
  • Save andrewhathaway/3664736 to your computer and use it in GitHub Desktop.
Save andrewhathaway/3664736 to your computer and use it in GitHub Desktop.
SUCKS
/**
* SUCKS
*/
* { padding: 0; margin: 0; }
.container { width: 960px; margin: 0 auto; }
header {
width: 100%;
height: 40px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c67be), color-stop(100%,#5760b2));
border-bottom: 1px solid #272f7e;
}
header p {
text-align: right;
line-height: 40px;
color: white;
font-family: Helvetica;
font-size: 13px;
-webkit-font-smoothing: antialiased;
}
<header>
<section class="container">
</section>
</header>
{"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