Relative Content

Tag Archive for htmlcsssasscss-selectors

Select class where parent is last child in [duplicate]

This question already has an answer here: Why doesn’t nth-of-type/nth-child work on nested elements? (1 answer) Closed last month. I have a simple html hierarchy: <div> <div> <div class=”custom-class”>whatever</div> </div> <div> <div class=”custom-class”>whatever</div> </div> <div> <div class=”custom-class”>thing i want to select</div> </div> </div> I am currently adding attributes to .custom-class but would like to add […]