Himas Rafeek
Posted on: 1 year ago
CSS

Mark external links

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


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