All Articles
The :not() Selector
The :not() pseudo-class allows us to select and style elements that do not match a specified selector.
Preventing CSS when in edit mode
Target elements that don’t contain a specific selector using the :not() pseudo-class.
List Item Dividers
Learn how to code out a common design pattern - adding dividers between a list of elements.