CSS units define size, spacing, and layout.

👉 Used in:

  • width / height
  • margin / padding
  • font-size
  • positioning

Example:

div {
  width: 200px;
}

Here, px is the unit.