CSS UNITS
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.
CSS units define size, spacing, and layout.
👉 Used in:
Example:
div {
width: 200px;
}
Here, px is the unit.