Vertical align text in div

<style type="text/css">
    .display-table {
        display: table;
        table-layout: fixed;
    }    

   .display-cell {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
</style>

<!--Code html-->
<div class="row display-table" style="background-color: red">
                 <div class="col-sm-3 display-cell">
                                Text or img
                 </div>

                  <div class="col-sm-9 display-cell">
                             Text text text
                  </div>
 </div>



Nhận xét

Bài đăng phổ biến từ blog này

Khôi phục phân vùng ổ cứng do ghost nhầm theo Hieuit.net

Cách sử dụng 2 phương thức [httppost] và [httpget] trong MVC theo https://dzungdt.wordpress.com

MVC định dạng tiền tệ vnđ - Format currency vnd in MVC