Skip to content

Instantly share code, notes, and snippets.

@xto3na
Created May 25, 2016 18:26
Show Gist options
  • Save xto3na/72ed5f29157e01c5dc35579765cc1345 to your computer and use it in GitHub Desktop.
Save xto3na/72ed5f29157e01c5dc35579765cc1345 to your computer and use it in GitHub Desktop.
Треугольник на CSS
.arrow {
width: 20px;
height: 20px;
border: 10px solid transparent;
border-bottom: 10px solid #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment