Created
January 18, 2014 08:32
-
-
Save danishsatkut/8487785 to your computer and use it in GitHub Desktop.
Simple Container Box
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div class="box-holder"> | |
</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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