mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-01 22:00:58 +00:00
10 lines
190 B
HTML
10 lines
190 B
HTML
|
|
<!doctype html><style>
|
||
|
|
* {
|
||
|
|
outline: 1px solid black;
|
||
|
|
font-family: SerenitySans;
|
||
|
|
}
|
||
|
|
div {
|
||
|
|
width: min-content;
|
||
|
|
}
|
||
|
|
</style><div class="test">hello friends
|