1em is the same as the font-size of the current element (more specifically, the width of a capital letter M.) Font sizes are inherited by elements from their parents
The rem (root em) works in exactly the same way as the em, except that it will always equal the size of the default base font-size
vw, vh: Respectively these are 1/100th of the width of the viewport, and 1/100th of the height of the viewport, the smaller of the two vmin, or the larger of the two vmax
- [homepage](https://gattiecani.github.io/renderizer)
- This page: [https://github.com/gattiecani/renderizer/blob/master/docs/html/responsive.html](https://github.com/gattiecani/renderizer/blob/master/docs/html/responsive.html)
- build: `ef6d1ee13f6ff4fb52d41d4fd9293f3161cc3c04`
- site time: 2020-12-09 18:22:01 +0000