mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 15:38:33 +00:00
8 lines
124 B
HTML
8 lines
124 B
HTML
<style>
|
|
:root { font-size: 20px }
|
|
body { font-size: 25px }
|
|
div { font-size: 30px }
|
|
</style>
|
|
|
|
<body><div>Inside</div></body>
|