Created
November 27, 2013 09:46
-
-
Save DioVayne/7673165 to your computer and use it in GitHub Desktop.
Css arrow
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:after{ | |
content:''; | |
border-style: solid; | |
border-width: 9px; | |
border-color: #f7f7f7 rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0); | |
position:absolute; | |
right:10px; | |
top:50%; | |
margin-top:-4px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment