Return to Snippet

Revision: 61871
at January 21, 2013 19:49 by steho


Initial Code
a[href^="http://"]:not([href*="yourdomain.com"])::after {
content: "\2197";
}

Initial URL


Initial Description
How to mark external links with an arrow behind by using CSS

Initial Title
Mark external links

Initial Tags
css, links

Initial Language
CSS