CSS Units Explained
- A CSS unit determines the size of a property you’re setting for an element or its content.
- Units that are “absolute” are the same size regardless of the parent element or window size.
- Relative units are useful for styling responsive sites because they scale relative to the parent or window size (depending on the unit)