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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -