css - HTML: Div is not in align? -


hello used bootstrap , 2 div col-md-6 , col-md-6 not in align in height. in img can see both not in align

use css first div.

div.col-md-6 {     display: inline-block;     vertical-align:middle; } 

Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

'hasOwnProperty' in javascript -