mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-08 07:31:32 +00:00
13 lines
145 B
HTML
13 lines
145 B
HTML
|
<style>
|
||
|
:root {
|
||
|
font-size: 30px;
|
||
|
width: 10rem;
|
||
|
border-bottom: 1px solid #f00;
|
||
|
}
|
||
|
body {
|
||
|
font-size: 25px;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
<body>Level 1</body>
|