0

I was wondering if there is a CSS fix to wrap text above instead of below.

For example, how do achieve this:

1

Not this:

2

I have a set width to the div and though that fixing the div to the bottom may help, but it did not.

vimuth
  • 5,064
  • 33
  • 79
  • 116
  • 1
    Hey, it would be nice if you provide a [minima reproduce example](https://stackoverflow.com/help/minimal-reproducible-example). Take a look at the https://stackoverflow.com/questions/924282/why-is-vertical-aligntext-top-not-working-in-css - you're possibly create a duplicate question – rmik Dec 22 '22 at 21:08
  • Thanks, I checked the other question, but it is not related to this particular thing. Here is a reproduction: https://codepen.io/yellowF00D/pen/NWBqjKE – user15688455 Dec 22 '22 at 22:03

1 Answers1

0

You might use this: <div id="abc">WORN OUT: <br> DRESSED TO ASCEND FINALLY</div>

Lim
  • 7
  • 5