mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
23 lines
345 B
HTML
23 lines
345 B
HTML
<!DOCTYPE html>
|
|
<head><style>
|
|
* {
|
|
font-family: SerenitySans;
|
|
}
|
|
:root {
|
|
font-size: 20px;
|
|
line-height: 2;
|
|
}
|
|
#a {
|
|
background-color: red;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
#b {
|
|
background-color: green;
|
|
font-size: 50px;
|
|
line-height: 100%;
|
|
width: 2lh;
|
|
height: 2.5rlh;
|
|
}
|
|
</style>
|
|
<body><div id="a"><div id="b">
|