Skip to content

Instantly share code, notes, and snippets.

@sidcodes4money
sidcodes4money / css-selector.md
Created February 13, 2023 20:11 — forked from amulifts/css-selector.md
This is a CSS selectors cheatsheet with syntax and examples for Element, Class and ID, Contextual, and Pseudo-class selectors. It's part of a CSS tutorial and includes descriptions and links to examples on GitHub.

CSS Selectors Cheatsheet

Hi! This is a cheatsheet for CSS selectors. It is a part of the CSS Tutorial for everyone who wants to learn CSS.

Element selectors

Element -- selects all h2 elements on the page

h2 {