How to choose specific element
Hi!
In this code I want to select the first
In the one with
I've lost my ways. I want to avoid using
A bit lost now ...
In this code I want to select the first
<p> in both, but with different color.In the one with
class:"schedule-item ice-spice" I want the first <p> to be blue, in the second, with class="schedule-item performance" I want the first <p> to be red.I've lost my ways. I want to avoid using
:has()since I know many will use an older phone. When I use p:first-child the entire schedule-item changes color, and not just the first <p>.A bit lost now ...
