Conditions in CSS with the :not pseudo class📆2019-08-05🍱code
When writing CSS we sometimes want some more logic to our styling. For example a navigation with multiple elements in a horizontal layout probably needs some space between the elements. A padding-right could do it but we don't want…