Skip to content

Instantly share code, notes, and snippets.

View iamsebastian's full-sized avatar
💭
I may be slow to respond.

Sebastian Blei iamsebastian

💭
I may be slow to respond.
View GitHub Profile
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: #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 {
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 {
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 {
@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%;