6 ms·
If you'd make it from scratch today, what technique would you use? html {font-size:62.5% } with REM?
by andreash 11y ago
If you'd make it from scratch today, what technique would you use? html {font-size:62.5% } with REM?
- mdo 11y agoSet an HTML font-size—likely 16px—and use body { font-size: 1rem; }. Allows for easy media query scaling of type.