CSS links resaltados en verde al pasar por encima


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. a {
  2. color: #000099;
  3. text-decoration: none;
  4. }
  5.  
  6. a:hover {
  7. color: #0000FF;
  8. background: #33FF00;
  9. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.