Skip to content

Instantly share code, notes, and snippets.

@danishsatkut
Created January 18, 2014 08:32
Show Gist options
  • Save danishsatkut/8487785 to your computer and use it in GitHub Desktop.
Save danishsatkut/8487785 to your computer and use it in GitHub Desktop.
Simple Container Box
.container {
padding: 10px;
background-color: #ADD8E6;
width: 150px;
}
.box-holder {
width: 50px;
height: 50px;
background-color: #EEE;
-moz-box-shadow: inset 0 0 8px #999;
-webkit-box-shadow: inset 0 0 8px #999;
box-shadow: inset 0 0 8px #999;
}
<div class="container">
<div class="box-holder">
</div>
</div>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment