Use CSS Selectors to Enhance User Interface without JavaScript
1. a[href^=”http”] This selector will style any link with a href attribute starting with ‘http’. This can be useful for styling external links to make it clear that users are being redirected away from your website, or for doing fancy.
Read More →