Skip to content

Instantly share code, notes, and snippets.

View Valamas's full-sized avatar

Valamas Valamas

  • Sydney, Australia
View GitHub Profile
@Valamas
Valamas / dabblet.css
Created September 20, 2012 00:51
Untitled
* {margin: 0; padding: 0} /* reset */
html, body {
height: 100%;
}
body {
border-bottom: 150px solid; /* valamas: added 50px for header */
box-sizing: border-box; /* paulirish.com/2012/box-sizing-border-box-ftw/ */
overflow: hidden !important; /* valamas */
padding-bottom: 0px !important; /* valamas */