Table of contents
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 emphemeral unit (em)๐๐ป
Concept of rem unit๐
rem stands for "root em"
Example of (rem)๐๐ป
CSS Cursor Property
CSS can generate a bunch of different mouse cursor:
Example๐๐ป
\> Download our HTML & CSS Visual Treat! ebook Here: Click here
ย