Newer
Older
minerva / Tests / LibWeb / Layout / input / lh-2.html
@minerva minerva on 13 Jul 323 bytes Initial commit
<!DOCTYPE html>
<head><style>
* {
    font-family: MinervaSans;
}
:root {
    font-size: 20px;
    line-height: 2;
}
#a {
    background-color: red;
    width: 100px;
    height: 100px;
}
#b {
    background-color: green;
    line-height: 50px;
    width: 2lh;
    height: 2.5rlh;
}
</style>
<body><div id="a"><div id="b">