Skip to content

Instantly share code, notes, and snippets.

@bjornmeansbear
Created February 6, 2013 20:41
Show Gist options
  • Save bjornmeansbear/4725610 to your computer and use it in GitHub Desktop.
Save bjornmeansbear/4725610 to your computer and use it in GitHub Desktop.
What? Comment here is equal to title?
/**
* What? Comment here is equal to title?
*/
html {
background: #f06;
background: linear-gradient(66deg, #f06, yellow);
min-height: 100%;
font-family: Helvetica, Arial, Verdana, Sans-serif;
}
h1 {
color: white;
}
p {
color: #eee;
}
<!-- content to be placed inside <body>…</body> -->
<h1>This is an H1 title</h1>
<p>Hello World. This is a simple paragraph.</p>
<p>This page has a kickass gradient supplied by CSS3 awesomeness.</p>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment