How to make a div background change on mouse over?
Hello , I found this snippet : .div_hover {
background-color: #FFFFFF;
}
.div_hover:hover {
background-color: #000000;
}But implementing it in a style component did not work ; I guess I have missed something . The div has a shadow and I want either the border flash up or change the background slightly . I placed the styling under the div that should be affected . Any suggestions ?
.jpeg/public)