Skip to content

Instantly share code, notes, and snippets.

@dazld
Created April 2, 2012 09:45
Show Gist options
  • Save dazld/2282205 to your computer and use it in GitHub Desktop.
Save dazld/2282205 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html {
background: #f06;
background: linear-gradient(45deg, #f06, yellow) no-repeat ;
min-height: 100%;
font-family: "Lato";
}
h1 {
background: none transparent;
border: 10px solid rgba(128,256,0,0.3);
padding: 12px 4px;
font-size: 22px;
border-radius: 20px;
}
<!-- content to be placed inside <body>…</body> -->
<h1>hi there </h1>
{"view":"separate","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment