1 2 3 4 5 6 7
<style> :root { font-size: 20px } body { font-size: 25px } div { font-size: 30px } </style> <body><div>Inside</div></body>