Skip to content

Instantly share code, notes, and snippets.

@jim-at-jibba
Created August 5, 2014 02:18
Show Gist options
  • Save jim-at-jibba/26205045770454bd5351 to your computer and use it in GitHub Desktop.
Save jim-at-jibba/26205045770454bd5351 to your computer and use it in GitHub Desktop.
Speech Bubble
.speechBubble:after {
content: "";
position: absolute;
top: 100%;
left: 40px;
border-top: 20px solid $midGrey;
// border-top-color: inherit;
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