diff --git a/snippets/css-not-selector.md b/snippets/css-not-selector.md new file mode 100644 index 000000000..c89528898 --- /dev/null +++ b/snippets/css-not-selector.md @@ -0,0 +1,46 @@ +### 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 + +```html + +``` + +#### CSS + +```css + +``` + +#### Demo + + + +