Created
February 18, 2015 08:14
-
-
Save gustaff-weldon/a05c62405ae89376d023 to your computer and use it in GitHub Desktop.
Untitled
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
.box { | |
height: 150px; | |
width: 300px; | |
margin: 20px; | |
border: 1px solid #ccc; | |
} | |
.top { | |
box-shadow: 0 -5px 5px -5px #333; | |
} | |
.right { | |
box-shadow: 5px 0 5px -5px #333; | |
} | |
.bottom { | |
box-shadow: 0 5px 5px -5px #333; | |
} | |
.left { | |
box-shadow: -5px 0 5px -5px #333; | |
} | |
.all { | |
box-shadow: 0 0 5px #333; | |
} |
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="box top"></div> | |
<div class="box right"></div> | |
<div class="box bottom"></div> | |
<div class="box left"></div> | |
<div class="box all"></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":"split","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