Skip to content

Instantly share code, notes, and snippets.

View jjamshidi's full-sized avatar

Jahan Jamshidi jjamshidi

View GitHub Profile
@jjamshidi
jjamshidi / dabblet.css
Created June 10, 2013 19:26
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: linear-gradient(0deg, lightblue, white);
min-height: 100%;
@jjamshidi
jjamshidi / gist:5653162
Created May 26, 2013 15:49
HTML: Start
<!doctype html>
<html>
<head> </head>
<body>
</body>
</html>