Skip to content

Instantly share code, notes, and snippets.

View andrewhathaway's full-sized avatar

Andrew Hathaway andrewhathaway

View GitHub Profile
/**
* 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;