Is it possible to align the columns in height without parrent div (css, html)? That html strucutre for example:
<div class="one">
<div class="align1"></div>
</div>
<div class="two">
<div class="align2"></div>
</div>
I need to align divs with classes "align1" and "align2" without general parrent div.
body
. - Paulie_D