Raw File
unit-rem-root-fontsize.html
<style>
:root {
  font-size: 1.5rem;
}
</style>

<body>Hello</body>
back to top