mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 13:01:47 +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>
|