Nsustain / nsustain.com

🌳 Source code for Nsustain.com
https://nsustain.com
MIT License
3 stars 0 forks source link

Use rem unit for fonts and px for other elements #9

Closed soobinrho closed 1 year ago

soobinrho commented 2 years ago

rem seems to be improvement over em, and is specialized for fonts. Likewise px is specialized to give consistent output regardless of the device resolutions.

This information was from World Wide Web Consortium's tutorial on units: https://www.w3.org/Style/Examples/007/units.en.html