Skip to content

Instantly share code, notes, and snippets.

@diogomachado
Created May 27, 2014 12:20
Show Gist options
  • Save diogomachado/7b962bd74940820bca75 to your computer and use it in GitHub Desktop.
Save diogomachado/7b962bd74940820bca75 to your computer and use it in GitHub Desktop.
Cria um triangulo para baixo. Legal para fazer box de comentários, e outros efeitos
arrow{
width: 0px;
height: 0px;
border-style: solid;
border-width: 9px 9px 0 9px;
border-color: #EFEEEE rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
margin: auto auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment