Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to style the button

/* Add style when button is focused or hovered */
button:focus,
button:hover {
  background-color: #0077ff;
  color: #e0efff;
}
Source by www.freecodecamp.org #
 
PREVIOUS NEXT
Tagged: #style #button
ADD COMMENT
Topic
Name
4+1 =