Skip to content

Instantly share code, notes, and snippets.

View jeffmatts's full-sized avatar

Jeff Matthews jeffmatts

View GitHub Profile
/**
* MCG
*/
body {
color: #333;
font-size: 14px;
font-family:'Radley', serif;
font-weight: 400;
}
/**
* MCG
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
/**MCG*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@jeffmatts
jeffmatts / dabblet.css
Created August 9, 2012 17:45
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%;