Skip to content

Instantly share code, notes, and snippets.

@ruffle1986
Created February 16, 2017 14:42
Show Gist options
  • Save ruffle1986/7649724ab29290d984c3884363574724 to your computer and use it in GitHub Desktop.
Save ruffle1986/7649724ab29290d984c3884363574724 to your computer and use it in GitHub Desktop.
&:before {
content: "";
position: absolute;
bottom: -20px;
left: 40px;
border-width: 20px 20px 0;
border-style: solid;
border-color: #000 transparent;
display: block;
width: 0;
}
&:after {
content: "";
position: absolute;
bottom: -16px;
left: 44px;
border-width: 16px 16px 0;
border-style: solid;
border-color: #fff transparent;
display: block;
width: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment