skip to Main Content

Twitter bootstrap – bootstrap centering group input search field

Here is my code using latest bootstrap v3 /*here is the specialjum class in css*/ .specialjum { background: #1F72B8; background-size: cover; min-height: 600px; } <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.0/css/bootstrap-theme.min.css" rel="stylesheet" /> <div class="jumbotron specialjum"> <div class="row"> <h6 class="text-center" style="position: relative; left: -200px;"><img src="~/Images/logo.png"…

VIEW QUESTION
Back To Top
Search