ALMANAC

CSS Selectors

Selectors are the elements that CSS “hooks” into to apply styles

CSS Properties

Properties are the styles we actually apply to selected elements.

Pseudo Class Selectors

Like selectors, only we’re selecting elements in some sort of state.

CSS Functions

Functions make CSS more intelligent by performing certain tasks, like calculations.

CSS At-Rules

Statements that provide CSS with instructions to perform or how to behave.