Skip to content

Instantly share code, notes, and snippets.

@DioVayne
Created November 27, 2013 09:46
Show Gist options
  • Save DioVayne/7673165 to your computer and use it in GitHub Desktop.
Save DioVayne/7673165 to your computer and use it in GitHub Desktop.
Css arrow
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