mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
9 lines
179 B
HTML
9 lines
179 B
HTML
<!doctype html><style>
|
|
* { border: 1px solid black; }
|
|
.box {
|
|
background: pink;
|
|
display: block;
|
|
width: fit-content;
|
|
}
|
|
</style><div class="box">Well hello friends</div>
|