Created
March 16, 2015 19:47
-
-
Save dkapila/c9f946dcd6a099352b2e to your computer and use it in GitHub Desktop.
Untitled
This file contains 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
#y { | |
height: 100px; width: 100px; | |
position :relative; | |
background: #ccc; | |
} | |
#y::before { | |
content: ''; | |
position: absolute; | |
z-index: -1; | |
top: 0 right: 0; bottom: 0; left: 0; | |
background: #58a; | |
transform: skew(45deg); | |
} |
This file contains 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
<a href = "#yolo" class = "button"> <div> Click me </div> </a> |
This file contains 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