Files
30-seconds-of-code/snippets/css-not-selector-shortcut.md
2018-03-08 20:59:09 -05:00

947 B

CSS :not selector shortcut

Lots of code just to space each item evenly, except for the last one is just one great example for the :not psuedo selector.

HTML


CSS


Demo

<style> </style>

Explanation

Browser support

No caveats.