Skip to content

Instantly share code, notes, and snippets.

@jklm313
jklm313 / dabblet.css
Created September 20, 2012 16:32 — forked from Valamas/dabblet.css
Untitled
* {margin: 0; padding: 0} /* reset */
html, body {
height: 100%;
}
body {
border-top: 50px solid; /* You need to set the border for the header to overlap on. */
border-bottom: 100px solid; /* Height of footer. */
box-sizing: border-box; /* paulirish.com/2012/box-sizing-border-box-ftw/ */
@jklm313
jklm313 / dabblet.css
Created June 22, 2012 14:29 — forked from anonymous/dabblet.css
Untitled
*{margin: 0; padding: 0;}
html, body {
height: 100%
}
body {
text-align: center;
background: linear-gradient(top, white, #aeaeae);
}
@jklm313
jklm313 / dabblet.css
Created June 22, 2012 13:53 — forked from anonymous/dabblet.css
CSS3 ribbon (modified from Chris Coyier)
/* CSS3 ribbon (modified from Chris Coyier) */
/* a bit sloppy eh!*/
.wrapper {
margin: 50px auto;
width: 280px;
height: 370px;
background: linear-gradient (top, rgba(255,255,255,1), #d9d9d9);
@jklm313
jklm313 / dabblet.css
Created June 19, 2012 17:35 — forked from anonymous/dabblet.css
Untitled
body {
margin:0;
padding: 0;
font: 100%;
min-height: 100%;
}
header, article, aside,
footer, nav, lubberofzelda { float: left }
@jklm313
jklm313 / dabblet.css
Created May 10, 2012 12:02 — forked from anonymous/dabblet.css
some uses for :hover Pseudo class and '~' selector
/* some uses for :hover Pseudo class and '~' selector */
/*/ 360deg Goggle view /*/
/* le wrapper */
.g {
width: 600px;
height: 400px;
margin: 50px auto;