CSS Link Hover
Preview
Code
<style>
a{
color:#2563eb;
text-decoration:none;
}
a:hover{
color:#ef4444;
}
</style>
<a href="#">Hover over this link</a>
<style>
a{
color:#2563eb;
text-decoration:none;
}
a:hover{
color:#ef4444;
}
</style>
<a href="#">Hover over this link</a>