Skip to content

Instantly share code, notes, and snippets.

@erea
erea / dabblet.css
Created July 10, 2014 20:22
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%;
<html> <body> <H1> <a href="geo:42,2?z=8">Click here for maps</a> </h1> <BR><BR> <a href="geo:53,-9?saddr=(53,-9)&daddr=(42,4)">Click here for route maps</a> </body></html>