Created
April 11, 2013 16:02
-
-
Save thedaviddias/5364662 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
.test { | |
display: block; | |
position: absolute; | |
bottom: 0; | |
right: 0; | |
width: 0px; | |
height: 0px; | |
border-style: solid; | |
border-width: 0 0 200px 200px; | |
border-color: transparent transparent #007bff transparent; | |
line-height: 0px; | |
_border-color: #000000 #000000 #007bff #000000; | |
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); | |
border-radius: 0 0 0 0; | |
} | |
.test1 { | |
position: relative; | |
width: 250px; | |
height: 250px; | |
border-radius: 5px; | |
background: red; | |
} |
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="test1"> | |
<a class="test"></a> | |
</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
{"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