mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-16 05:09:04 +00:00
8 lines
126 B
HTML
8 lines
126 B
HTML
<style>
|
|
:root { font-size: 20px }
|
|
body { font-size: 25px }
|
|
div { font-size: 1.5rem }
|
|
</style>
|
|
|
|
<body><div>Inside</div></body>
|