mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:48:10 +00:00
8 lines
179 B
HTML
8 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>
|