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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -