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