Font Size units in CSS
Pixel(px), Rem and Em are the 3 units that I use on a daily basis for setting font-sizes on CSS stylesheets, let's take a closer look at each one.
Pixel
A pixel(px) value is independent of the OS and is more or less consistent across browsers. It is...
chettriyuvraj.hashnode.dev3 min read