Skip to content

Instantly share code, notes, and snippets.

@vedranjaic
Created May 26, 2013 17:45
Show Gist options
  • Save vedranjaic/5653482 to your computer and use it in GitHub Desktop.
Save vedranjaic/5653482 to your computer and use it in GitHub Desktop.
css: Printing acronyms with content from title tag
acronym:after {
content: " (" attr(title) ")";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment