mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-09 01:31:02 +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>
|