1 min readOct 1, 2020
Hi Bar Shopen,
It’s helping me create a ratio that every 1rem == 1px. If you want to resize all the website by 20%, you just need to increase the HTML root font size to 1.2px.
html{ font-size:1.2px; }
For more info, you can read my article “Update your font-size to REM units”