Skip to content

Instantly share code, notes, and snippets.

@artemsheludko
Created May 28, 2018 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artemsheludko/3e17e2d5a6d72f160970e29adb488394 to your computer and use it in GitHub Desktop.
Save artemsheludko/3e17e2d5a6d72f160970e29adb488394 to your computer and use it in GitHub Desktop.
// HTML
<div class="triangle"></div>
// CSS
.triangle {
width: 0;
height: 0;
border-top: 20px solid #333;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment