Answers for "id hover not working css"

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

Browse Popular Code Answers by Language