Home / CSS Tips Generated By ChatGPT / Styling External Links in CSS Differentiate external links from internal ones using icons or styles. Source Code a[href^="http"]:not([href*="mywebsite.com"])::after { content: '⤴'; padding-left: 4px; }