I'm currently working on some html and css code that looks like this:
<div style="width: 40em; text-align: center;">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy tex
</div>
When rendered, it appears like this. However, I would like the shortest line to be at the top, similar to this. I've been struggling to figure out how to achieve this. Any help or guidance on how to accomplish this would be greatly appreciated!