Bootstrap: Content in the middle?

I'll-Be-Back

Is there a alternative way to write to have content in the middle and blank on both sides?

For example:

<div class="col-md-3"></div>

<div class="col-md-6"> 
  <div class="form-group">
     ....
  </div>
</div>  

<div class="col-md-3"></div>
VladRoker

You might take a look at bootstrap offset property

Your code might look something like this:

<div class="col-md-6 col-md-offset-3"> 
  <div class="form-group">
     ....
  </div>
</div>

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

vertical align middle content with bootstrap 3

From Dev

How to align content to middle of container Bootstrap

From Dev

vertical-align content in middle of nested column (bootstrap)

From Dev

content to sit in the middle of div

From Dev

css align content in middle

From Dev

Content in the middle (grid)

From Dev

Putting tab content in the middle

From Dev

Vertical middle content in div?

From Dev

Make the content of the overlay in the middle

From Dev

Why is the Content not aligned in the middle?

From Dev

Bootstrap popover align in middle

From Dev

Place a text content in the middle of a container

From Dev

How to change middle content with ajax

From Dev

Vertically middle an img in a Bootstrap well

From Dev

button group and textbox in middle in bootstrap

From Dev

How to vertically aligned to middle with bootstrap?

From Dev

Put bootstrap button in middle of section

From Dev

Bootstrap Navbar - align items to the middle

From Dev

Start showing new php page in middle of the content

From Dev

Eclipse content assist with middle letters match

From Dev

UITableView get middle position via content offset

From Dev

CSS: Truncate table cell and middle the Content

From Dev

Trouble replacing middle of content with JavaScript regex?

From Dev

How to show the Content of div in the middle of the div

From Dev

How to center my form in the middle of the content

From Dev

Align div content in the middle using only auto or %

From Dev

UITableView get middle position via content offset

From Dev

Start showing new php page in middle of the content

From Dev

Adjust middle table cell to width of content

Related Related

HotTag

Archive