Align text at the bottom within a div

Asked

Viewed 3,452 times

1

I’m creating a layout and distributing several <div> with the flexbox feature, someone would tell me how to do for the contents of this <div> that it will be a word, to be aligned to the center and at the bottom of this <div>?

Thank you!

  • 2

    Put your code so we can help in the best way possible

1 answer

3


Use the

flex: 1;
align-self: flex-end;

in the contents of your div

Browser other questions tagged

You are not signed in. Login or sign up in order to post.