Skip to content

Instantly share code, notes, and snippets.

@ginirsss
Created December 16, 2011 12:57
Show Gist options
  • Save ginirsss/1485949 to your computer and use it in GitHub Desktop.
Save ginirsss/1485949 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
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
}
h1 {
font-weight: bold;
color: #333;
text-shadow: -1px 0px 1px #331933;
font-family: Helvetica;
text-align: center;
}
<!-- content to be placed inside <body>…</body> -->
<h1>Chaguito es el maaaaas Pulento</h1>
{"page":"css","view":"split-vertical"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment