mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 10:35:06 +00:00
14 lines
No EOL
451 B
HTML
14 lines
No EOL
451 B
HTML
<!doctype html><style>
|
|
* { outline: 1px solid black; }
|
|
.constrained {
|
|
max-width: 270px;
|
|
display: grid;
|
|
}
|
|
.wrapper {
|
|
background: yellow;
|
|
width: max-content;
|
|
}
|
|
</style><body><div class="wrapper"><div class="constrained">
|
|
hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello
|
|
hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello
|
|
<div></div></div></div> |