Skip to content

Instantly share code, notes, and snippets.

View iamsebastian's full-sized avatar

Sebastian Blei iamsebastian

View GitHub Profile
@iamsebastian
iamsebastian / dabblet.css
Created October 16, 2012 12:43
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
body {
padding: 0;
margin: 0;
color: hsla(47,1%,16%,1);
background: hsla(10,0%,96%,1);
min-height: 100%;
font-family: 'Archivo Narrow', sans-serif;
}
body p {
body {
padding: 0;
margin: 0;
color: hsla(47,1%,16%,1);
background: hsla(10,0%,96%,1);
background-image: url("http://subtlepatterns.com/patterns/white_leather.png");
min-height: 100%;
font-family: 'Archivo Narrow', sans-serif;
}
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
background-image: url("http://subtlepatterns.com/patterns/dark_wood.png");
min-height: 100%;
font-family: 'Arbutus Slab', serif;
color: hsla(0,0%,100%,.8);
font-size: 1.0rem;
}
body {
padding: 0;
margin: 0;
color: hsla(47,1%,16%,1);
background: hsla(10,0%,96%,1);
min-height: 100%;
//font-family: 'Archivo Narrow', sans-serif;
font: 1.3rem 'Oranienbaum';
}
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
background-image: url("http://subtlepatterns.com/patterns/dark_wood.png");
min-height: 100%;
font-family: 'Arbutus Slab', serif;
color: hsla(0,0%,100%,.8);
font-size: 1.0rem;
}
body {
font-family: 'Crete Round', serif;
background: #111;
background-image: url("http://subtlepatterns.com/patterns/woven.png");
min-height: 100%;
}
#cntr {
top: 20%;
left: 25%;
body {background: url("http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/bedge_grunge.png");}
div.button {
border-radius: 1.3rem;
width: 4rem;
height: 9rem;
background: hsla(43,90%,50%,.7);
background: linear-gradient(180deg,hsla(47,100%,60%,1),hsla(39,60%,50%,1));
box-shadow: /*0 4px 0 3px hsla(0,0%,100%,.4),*/
/*0 0 1px 1px hsla(0,0%,0%,.1),
@iamsebastian
iamsebastian / dabblet.css
Created November 27, 2012 10:16
Untitled
body {
font-family: 'Crete Round', serif;
background: #111;
background-image: url("http://subtlepatterns.com/patterns/woven.png");
min-height: 100%;
}
#cntr {
top: 20%;
left: 25%;
@iamsebastian
iamsebastian / dabblet.css
Created November 27, 2012 14:47
Untitled
html {
background: #f06;
background: linear-gradient(180deg, hsla(170,40%,20%,1), hsla(170,90%,4%,1));
min-height: 100%;
font-family: 'Electrolize', sans-serif;
color: hsla(0,0%,100%,1);
}
#main {padding: 3rem;}