December 22, 2022
Estimated Post Reading Time ~

Some fundamental CSS concepts for web developers to understand.

Some fundamental CSS concepts for web developers to understand.
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 
The absolute length units are fixed and a length expressed in any of these will appear as exactly that size.



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



By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.