all about CSS Units.
CSS Units
CSS has several different units for expressing a length.
Many CSS properties take "length" values, such as `width`, `margin`, `padding`, `font-size`, etc.
Absolute Lengths
Absolute Lengths
The absolute length units are fixed and a length expressed in any of these will appear as exactly that size.
Example
Relative Lengths
Example
Relative Lengths
Relative length units specify a length relative to another length property. Relative length units scale better between different rendering mediums.
Example of vh and %
Concept of emphemeral unit ( em )
Example of ephemeral unit
Example of vh and %
Concept of emphemeral unit ( em )
Example of ephemeral unit
No comments:
Post a Comment
If you have any doubts or questions, please let us know.