Make your website responsive in 3 easy steps
We are going to follow 3 main steps:
html { font-size: 62.5% }
Use "rem" instead of "px"
Update media query
Step 1
• Set the font size of html to 62.5%
Step 2
• Use "rem" instead of "px" unit
• rem is relative to the font size of the root eleme...
imalfaiz.hashnode.dev2 min read
Praise Idise
Web Developer | Computer Technician
This is well written