Skip to content

Instantly share code, notes, and snippets.

@cilice
Created January 18, 2012 09:25
Show Gist options
  • Select an option

  • Save cilice/1632129 to your computer and use it in GitHub Desktop.

Select an option

Save cilice/1632129 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%;
}
h1 {
color: #000;
font-family: 'Helvetica Neue', Helvetica;
font-size: 60px;
font-weight: 700;
}
<!-- content to be placed inside <body>…</body> -->
<h1>Test</h1>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment