Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Floating an image to the left with text to its bottom right

what I have so far
I’d like to make my text align from the bottom of the img.

Like below :

what i'd like to do

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Do somebody knows how to make that trick ?

>Solution :

Use flexblox on the wrapping element, and you can then justify/align the items as needed.

<div style="display:flex;align-items:end;">
  <div style="width:100px;height:100px;background-color:gray">Replace this div with image tag</div>
  <span>Text text text</span>
</div>

Click here to see codepen example.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading