Skip to content

Instantly share code, notes, and snippets.

@lilrogalski
Created December 23, 2011 22:02
Show Gist options
  • Save lilrogalski/1515480 to your computer and use it in GitHub Desktop.
Save lilrogalski/1515480 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: #2c2c2c url(http://daviddiamante.com.s90854.gridserver.com/wp-content/uploads/2011/12/grey_texture_1.jpg) repeat;
color: #111;
padding: 24px 0;
}
.somediv {
box-shadow: 1px 1px 4px black;
border-radius: 10px;
border: 1px solid white;
padding: 20px;
width: 200px;
height: 200px;
margin: auto;
background: #ececee url(http://daviddiamante.com.s90854.gridserver.com/wp-content/uploads/2011/12/grey_texture_2.jpg) repeat;
}
<!-- content to be placed inside <body>…</body> -->
<div class="somediv">
</div>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment