Skip to content

Instantly share code, notes, and snippets.

@jcamenisch
Created June 23, 2012 20:25
Show Gist options
  • Save jcamenisch/2979826 to your computer and use it in GitHub Desktop.
Save jcamenisch/2979826 to your computer and use it in GitHub Desktop.
Pure CSS End Sign with ::after and an image
.with-end-mark-2 > p:last-child::after {
display: inline;
content: "\0020" url(/attachments/celtic-knot.png);
color: #644609;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment