Skip to content

Instantly share code, notes, and snippets.

@jcamenisch
Created June 23, 2012 20:16
Show Gist options
  • Save jcamenisch/2979806 to your computer and use it in GitHub Desktop.
Save jcamenisch/2979806 to your computer and use it in GitHub Desktop.
Pure CSS End Sign with ::after and a glyph character
.with-end-mark > p:last-child::after {
display: inline;
content: " \0020\2118";
color: #644609;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment