Skip to content

Instantly share code, notes, and snippets.

@kworthington
Forked from anonymous/dabblet.css
Created May 30, 2012 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kworthington/2838563 to your computer and use it in GitHub Desktop.
Save kworthington/2838563 to your computer and use it in GitHub Desktop.
DABBLET
/**
* DABBLET
*/
#header{
background: #fff;
background: linear-gradient(90deg, #F47D2C, #1f4f1f);
min-height: 400px
}
h1 {
color:white;
padding: 20px 0px 0px 20px
}
<!-- content to be placed inside <body>…</body> -->
<div id="header">
<h1>Hello</h1>
</div>
{"view":"separate","fontsize":"90","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment