I am seeking a way to create dynamic paragraph column text using only the https://i.sstatic.net/ZX1AN.png
Here is an example of how it could be displayed in HTML:
<div>
<p>
Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto...
</p>
</div>
Is it possible to achieve this using only a single p
tag in HTML?
The text should automatically split into columns when the content height exceeds 125px.