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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -