unit-rem-root-fontsize.html 68 B

12345678
  1. <style>
  2. :root {
  3. font-size: 1.5rem;
  4. }
  5. </style>
  6. <body>Hello</body>