CSS – Anchor Link Pseudo Classes
A small code snippet!
The Source Code to copy/paste:
a:link { color: blue; } a:visited { color: purple; } a:hover { color: red; } a:active { color: yellow; }
CSS – Anchor Link Pseudo Classes
A small code snippet!
The Source Code to copy/paste:
a:link { color: blue; } a:visited { color: purple; } a:hover { color: red; } a:active { color: yellow; }
Copyright notice: any total or partial reproduction of the content is forbidden without previous authorisation by the Author. Copyright ©2013-2024, all rights reserved.
Comments are closed.