Skip to content

Instantly share code, notes, and snippets.

@martinbean
Created March 2, 2019 19:38
Show Gist options
  • Save martinbean/40e02fcd4ff669ef4d99abe7b3801587 to your computer and use it in GitHub Desktop.
Save martinbean/40e02fcd4ff669ef4d99abe7b3801587 to your computer and use it in GitHub Desktop.
End mark in HTML
p:last-of-type::after {
content: "\0020 \220E"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment