html or body
Should I set the default font-size on the body or html tag? with html
by poselab
HTML
<h1>my text</h1>
CSS
html { font-size: 62.5%; }
h1 { font-size: 24px; font-size: 2.4rem; } /* =24px */
by poselab
<h1>my text</h1>
html { font-size: 62.5%; }
h1 { font-size: 24px; font-size: 2.4rem; } /* =24px */