Align footer for a div, with the footer of another div

0

Well guys, I'm doing a web project using bootstrap. I would like to know the following:

I have a div, where the amount of elements inside it (inputs) is less than a second div, on its side (both with col-md-6 inside a row). The image below illustrates the situation.

WhatIwouldlikeistoknowhowIcanaligntheleftdiv,withtherightdivfooter,withouthavingtosetthedivssize(theremaybeaneedtoincludemorefields.)Theimagebelowillustratestheresultexpected.

Detail: There is no customized CSS in these boxes, only using the Grids and alignments of the bootstrap itself.

    
asked by anonymous 21.09.2017 / 20:02

1 answer

0

I did the following, half-legged but solved the problem. Anyone who can complement the answer with a means of doing via CSS thanks.

height ($ ('# box-right'). height ());

    
22.09.2017 / 19:26