css relative umits code example
Example 1: css em
em -> Relative to the font-size of the element
(2em means 2 times the size of the current font)
Example 2: what are the viewport based units in html
The viewport based units are:
vh , vw , vmin, vmax .