Created
March 5, 2013 18:25
-
-
Save aurelkurtula/5092805 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
div{ | |
width: 200px; | |
height: 200px; | |
background: red; | |
margin: 80px; | |
border-radius: 20px; | |
position: relative; | |
box-shadow: inset 2px 2px 15px black; | |
} | |
div:before{ | |
content: ' '; | |
display:block; | |
width: 0; | |
border-left: red 30px solid; | |
border-right: transparent 30px solid; | |
border-bottom: transparent 30px solid; | |
border-top: transparent 30px solid; | |
position:absolute; | |
top: 60px; right: -60px; | |
} |
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> |
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-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment