Selectors in CSS
ch - character
ch
- equal to the width of a character in the used font,
rem - "root em",
rem
number
used for: line-height, opacity,
percentage -
For example, width is calculated as a percentage of the available width in the parent element.
deg - degree
used for rotational properties. transform: rotate(80deg)
transform: rotate(80deg)
Numbers, Lengths and Percentage
Relative
Lengths
Relative Lengths
By Yash Priyam