Sunday 18 August 2019

How to Make Your Links Change Color When a Mouse Hovers Over It

a:hover {
    background-color: transparent;
    color: blue !important;
}