skip to Main Content

How to vertically align the items in the div?-Twitter bootstrap

.features { background-color: #0375b4; padding: 40px 100px; float: left; width: 100%; } .features img { width: 100px; } .features-content { text-align: center; } .features-content h1 { font-size: 24px; color: #ffffff; text-transform: uppercase; margin-top: 10px; } <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> <div…

VIEW QUESTION

Bootstrap how to float left a column to the top of the page-Twitter bootstrap

How can I float a column to right of the all above columns which are contained inside the same row. <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css" rel="stylesheet"/> <div class="row content"> <div class="col-md-8 first-content"> Some content </div> <div class="col-md-8 second-content"> Some other content </div> <div…

VIEW QUESTION
Back To Top
Search