CSS Link Hover Background
Preview
Code
<style>
a{
padding:8px 12px;
text-decoration:none;
color:#2563eb;
}
a:hover{
background:#e0f2fe;
}
</style>
<a href="#">Hover background example</a>
<style>
a{
padding:8px 12px;
text-decoration:none;
color:#2563eb;
}
a:hover{
background:#e0f2fe;
}
</style>
<a href="#">Hover background example</a>