rem-root-font-size-restyle-1-ref.html (251B)
1 <!doctype html> 2 <title>CSS Test reference</title> 3 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io"> 4 <style> 5 :root { 6 font-size: 2em; 7 } 8 9 div { 10 width: 10rem; 11 height: 10rem; 12 background: green; 13 } 14 </style> 15 <div></div>