9 lines
217 B
HTML
9 lines
217 B
HTML
|
|
<!doctype html><style>
|
||
|
|
* { outline: 1px solid black; }
|
||
|
|
body { width: min-content; }
|
||
|
|
div { display: table; width: max-content; }
|
||
|
|
</style><body><div>
|
||
|
|
well hello friends
|
||
|
|
well hello friends
|
||
|
|
well hello friends
|