Skip to content

Instantly share code, notes, and snippets.

@Renatodeluna
Last active December 14, 2015 10:09
Show Gist options
  • Save Renatodeluna/5069591 to your computer and use it in GitHub Desktop.
Save Renatodeluna/5069591 to your computer and use it in GitHub Desktop.
Seta de indicação com CSS - CrossBrowser
#arrow{
float:left;
margin:0 1px 0 0;
width:0;
height:0;
border-width:10px 0px 10px 20px;
border-style:solid;
border-color:transparent;
border-left-color:#000;
display:block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment