How can I style external links like Wikipedia?
I would like to distinguish between external and internal links using just
CSS.
I would like to add a small icon to the right side of these links, without
it covering up other text.
The icon I would like to use is the icon used on Wikipedia.
For example, this is an external link:
<a href="http://stackoverflow.com">StackOverflow</a>
This is an internal link:
<a href="/index.html">home page</a>
How can I do this using just CSS?
No comments:
Post a Comment