mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +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>
|