/ Published in: CSS
How to mark external links with an arrow behind by using CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
a[href^="http://"]:not([href*="yourdomain.com"])::after { content: "\2197"; }