CSS Lobotomized Owl Selector

The lobotomized owl selector (* + *) can come in handy to make your CSS stylesheet a bit less verbose and is a handy relative selector for styling. If you remember earlier from our selector post the lobotomized owl selects any element that has another element before it. There are more verbose ways to achieve the styling that the lobotomized owl gives us, but this is elegant and clean.

first-example

first-example-result

See the codepen

second-example

second-example-result

See our codepen

Instagram Post