Text align but not quite text-align
Hello, so I'm trying to align my text in different ways.
First, I'm trying to do the right-alignment figma offers (short-to-longest lines), but in css the text-align cascades in the opposite way (From longest-to-short lines). Photo 2 is figma & 1 is css
For another section, I'm trying to get a longest-to-short alignment, but this time as a centered text. (Photo 3).
I managed to get it with <br> tags, however, this is not responsive and breaks in smaller screens.
Is there a way i could accomplish these while being responsive? Thank you for your time
First, I'm trying to do the right-alignment figma offers (short-to-longest lines), but in css the text-align cascades in the opposite way (From longest-to-short lines). Photo 2 is figma & 1 is css
For another section, I'm trying to get a longest-to-short alignment, but this time as a centered text. (Photo 3).
I managed to get it with <br> tags, however, this is not responsive and breaks in smaller screens.
Is there a way i could accomplish these while being responsive? Thank you for your time



