Skip to content

Instantly share code, notes, and snippets.

@adrianleb
Created January 23, 2012 23:05
Show Gist options
  • Save adrianleb/1666196 to your computer and use it in GitHub Desktop.
Save adrianleb/1666196 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:#222;
}
h1 {
text-align:center;
font: bold 65px/65px sans-serif;
color:#111;
display:block;
width:600px;
height:80px;
margin:100px auto;
text-shadow:0 -1px rgba(255,255,255,0.2), 0 1px rgba(50,50,50,0.2);
}
<!-- content to be placed inside <body>…</body> -->
<h1>Hello World</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