Skip to content

Instantly share code, notes, and snippets.

View talnetd's full-sized avatar

talnetd talnetd

View GitHub Profile
@talnetd
talnetd / dabblet.css
Created June 14, 2012 02:34
Start to play with dabblet[dot]com
/**
* Start to play with dabblet[dot]com
*/
div.heading {
position: relative;
background: linear-gradient(60deg, #f06, yellow);
border-radius: 20px;
padding: 20px;
font-size: 50px;
}
@talnetd
talnetd / dabblet.css
Created April 27, 2012 17:14
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #ddd;
background: linear-gradient(ddd, #f06, fff);
min-height: 100%;
@talnetd
talnetd / dabblet.css
Created April 27, 2012 17:13
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%;