Rem vs Em:
Feb 23, 2023 · 5 min read · In my initial days of learning CSS, I use the "px" unit everywhere in my CSS. But with time by watching many youtube tutorials I shifted from using "px" to "rem". The reason for using "rem" is that it is a relative unit whereas "px" is an absolute un...
Join discussion