Answers for "hover ccss"

CSS
21

css hover

.a:hover{background-color: black;}
Posted by: Guest on February-20-2020
1

css hover

.my-div:hover{
  background-color: #f00; /*RED*/
}
/*When mouse come over .my-div the background-color will be changed to red*/
Posted by: Guest on June-14-2021

Browse Popular Code Answers by Language