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!
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!
3
Use the
flex: 1;
align-self: flex-end;
in the contents of your div
Browser other questions tagged css css3 flexbox
You are not signed in. Login or sign up in order to post.
Put your code so we can help in the best way possible
– Lennon S. Bueno