Skip to content

Instantly share code, notes, and snippets.

@campreb
Created December 19, 2011 01:42
Show Gist options
  • Save campreb/1495078 to your computer and use it in GitHub Desktop.
Save campreb/1495078 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
*/
html{
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
}
.hello{
display:inline-block;
height:100px;
width:100px;
margin:50px;
line-height:100px;
text-align:center;
background:gray;
border-radius:50px;
box-shadow:#fff 0 0 5px;
}
<!-- content to be placed inside <body>…</body> -->
<div class="hello">HELLO</div>
{"page":"css","view":"split"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment