ExampleSpecify a background color for every p element that is the only child of its parent:
Try it yourself » |
The :only-child selector matches every element that is the only child of its parent.
The :only-child selector is supported in all major browsers, except Internet Explorer.