Go to Text Properties→

What is Values and Units?


In CSS, values and units are the essential components that define the size, color, timing, and other properties of HTML elements.

A value is the specific setting for a CSS property, and a unit is the measurement system for that value


Values and Units have 7 main category :

  1. Absolute Units
  2. Relative Units
  3. Color Values
  4. URL Values
  5. Keyword Values
  6. calc() function
  7. Custom Properties (CSS Variables)

What is Relative Units ?



Font-relative units

These units are based on the size of a font, allowing for scalable typography and spacing.

em :
rem :
Learn More →