CSS how to select first element of consecutive same elements
Is it possible to select the first element of consecutive same elements and maybe change the background-color.
Only the first element should be selected if there are multiple elements.
If there is only one element it should also be selected.
I prepared an example where I want to highlight all first p elements of consecutive p element sequences in the div.
I tried fiddling around with :has() and :not() but couldn't get it to work, any help would be appreciated
Only the first element should be selected if there are multiple elements.
If there is only one element it should also be selected.
I prepared an example where I want to highlight all first p elements of consecutive p element sequences in the div.
I tried fiddling around with :has() and :not() but couldn't get it to work, any help would be appreciated
