Utilizor
Contact Us

CSS Reference

A complete CSS reference guide listing all CSS properties, selectors, functions, and more.

CSS Reference

This reference lists all standard CSS properties, selectors, and values. Use it as a quick guide while you code.

CSS Properties

A list of all CSS properties sorted alphabetically.

CSS Selectors

Reference for all CSS selectors.

CSS Functions

Reference for CSS functions like rgb(), url(), and calc().

Example

/* CSS Property Syntax */
selector {
  property: value;
}