How in bootstrap align elements in height | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How in bootstrap align elements in height

I have the form container. How in bootstrap (class .row) align all elements in height? Code is hear https://code.sololearn.com/WlyPHZedB2KV/#html

7th May 2018, 2:24 PM
🕸carpe diem🕸
🕸carpe diem🕸 - avatar
2 Answers
+ 2
I think this can be helpful - https://getbootstrap.com/docs/4.1/utilities/vertical-align/ just add class "align-top", "align-middle" or any other which you can see in the link.
12th May 2018, 8:47 PM
Vladi Petrov
Vladi Petrov - avatar
+ 1
Try align="top"
7th May 2018, 2:40 PM
amchancy
amchancy - avatar