Skip to content

Instantly share code, notes, and snippets.

@isaacw
Created January 25, 2012 22:43
Show Gist options
  • Save isaacw/1679347 to your computer and use it in GitHub Desktop.
Save isaacw/1679347 to your computer and use it in GitHub Desktop.
Hello World
/**
* Hello World
*/
html{
padding: 60px 80px;
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
font-size: 30px;
}
h1{
font-size: 70px;
}
.author {
font-style:italic;
color:#333
}
<!-- content to be placed inside <body>…</body> -->
<h1>Epic</h1>
<p>Great find Melih! You are my hero. <span class="author">&mdash; isaacw</span></p>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment