Created
December 27, 2010 05:45
-
-
Save jsjohnst/755894 to your computer and use it in GitHub Desktop.
Pure CSS (without extra HTML markup) comment speech bubbles for SquareSpace blogs.
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
.journal-comment-area-wrapper .comment .signature:before { | |
font-size: 10px; | |
content: ''; | |
display: block; | |
height: 0; | |
width: 0; | |
border-right: 2em solid #666; | |
border-bottom: 2em solid #000; | |
border-bottom: 2em solid transparent; | |
position: absolute; | |
right: 4em; | |
bottom: 4em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment