Answers for "css display element on hover not working"

CSS
1

how to apply css when not on hover

section{
   font-size:3em;
}

div:not(:hover) + section{
 display:none;
}
Posted by: Guest on April-21-2022

Code answers related to "css display element on hover not working"

Browse Popular Code Answers by Language