Created
February 6, 2013 20:41
-
-
Save bjornmeansbear/4725610 to your computer and use it in GitHub Desktop.
What? Comment here is equal to title?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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