Created
February 16, 2017 14:42
-
-
Save ruffle1986/7649724ab29290d984c3884363574724 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
&: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