Skip to main content

Form button color

Comments

2 comments

  • Berend Veldkamp
    If you want to change the background color of an element when the mouse is hovering over it, use the hover pseudo class. E.g. .button:hover { background-color: red; }
    0
  • Permanently deleted user
    Thank you Sir and have a nice day !
    0

Please sign in to leave a comment.