Skip to content

Instantly share code, notes, and snippets.

@tattwamasi
tattwamasi / css-selectors.md
Created January 24, 2017 11:52 — forked from magicznyleszek/css-selectors.md
CSS Selectors Cheatsheet
View css-selectors.md

CSS Selectors Cheatsheet

Element selectors

Element -- selects all h2 elements on the page

h2 {
    foo: bar;