mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-19 18:30:27 +00:00
8 lines
129 B
HTML
8 lines
129 B
HTML
|
|
<!doctype html><style>
|
||
|
|
div {
|
||
|
|
font: 20px SerenitySans;
|
||
|
|
width: 10ex;
|
||
|
|
height: 15ex;
|
||
|
|
background: red;
|
||
|
|
}
|
||
|
|
</style><div>
|