Is it possible to use these two pseudo-classes together?
I have <ul>
and I want the first <li>
to pass the mouse to have a different property. I imagine it would be something like:
ul li:hover:firt-child {
}
I tried this way and others, but it did not work. And I also did not find anything on the internet to help.