a:link { color: green; } a:visited { color: olive; } a:focus { background: orange; } a:hover { background: yellow; text-decoration: underline orange wavy; } a:active { background: orange; text-decoration: underline red wavy; }
Variaciones de color para estados visitados y no visitados
Colores de fondo para hover, focus y active
Subrayados ondulados para destacar estados
✨ Aplica el orden LoVe Fears HAte