Skip to content

Instantly share code, notes, and snippets.

@amulifts
amulifts / css-selector.md
Last active February 13, 2023 20:12
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 {