Skip to content

Instantly share code, notes, and snippets.

View johndavidhunt's full-sized avatar

John David Hunt johndavidhunt

View GitHub Profile
@johndavidhunt
johndavidhunt / dabblet.css
Created March 21, 2013 19:22
First dabblet
/** First dabblet
* The first commented line is your dabblet’s title
*/
body {
color: rgb(20, 20, 20);
background-color: rgb(244, 252, 5);
background-color: black;
background: black linear-gradient(90deg, rgb(180, 120, 220) 2%, rgba(255, 255, 255, 0.99) 44%, rgb(255,255, 100) 98%);
}