Files
30-seconds-of-code/snippets/css-not-selector.md
2018-03-08 12:52:44 -05:00

927 B

CSS :not selector

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

HTML


CSS


Demo

<style> </style>

Explanation

Browser support

No caveats.