-3

Here's a link change color for hover effect . hover effect code not workig for change a color

below css i have already added but not working

a::hover{color:red;}
Fabrizio Calderan
  • 120,726
  • 26
  • 164
  • 177
  • https://stackoverflow.com/questions/3898781/how-can-i-change-a-buttons-color-on-hover or https://stackoverflow.com/questions/24819910/css-change-button-background-color-on-hover/24819975 or https://stackoverflow.com/questions/37270520/changing-hover-color-css – Fabrizio Calderan Apr 17 '19 at 11:12
  • 1
    Use a:hover instead of a::hover – trizin Apr 17 '19 at 11:14
  • 1
    One colon... **not two**. – Paulie_D Apr 17 '19 at 11:14
  • 1
    I would suggest that you do some additional research, either via Google or by searching SO, make an attempt and. if you still have trouble, come back with your code and explain what you have tried. – Joykal Infotech Apr 17 '19 at 11:14
  • Voting to Close as this question was caused by a problem that can no longer be reproduced or a simple typographical error. While similar questions may be on-topic here, this one was resolved in a manner unlikely to help future readers. – Paulie_D Apr 17 '19 at 11:17

1 Answers1

1

Can you please check below css for hover effect .

a:hover{color:red;}