Skip to content

Instantly share code, notes, and snippets.

@insaindesign
Created December 16, 2011 00:25
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 insaindesign/1483719 to your computer and use it in GitHub Desktop.
Save insaindesign/1483719 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);
min-height:100%;
font:13px/1.3 "Gill Sans";
margin:0;
padding:15px;
}
h1 {
color:#fff;
text-transform:uppercase;
font-weight:400;
font-size:196%;
}
h3 {
text-transform:uppercase;
font-weight:400;
margin:-20px 0 0;
color:rgba(255,255,255,0.7);
letter-spacing:0.08em;
}
<!-- content to be placed inside <body>…</body> -->
<h1>Hey there</h1>
<h3>Come here often?</h3>
{"page":"css","view":"split-vertical"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment