R
R
rinatoff2017-09-05 17:20:29
css
rinatoff, 2017-09-05 17:20:29

Bootstrap 3 which class to use to center elements?

What class should be applied so that the elements / blocks are located in the center, as in the picture?
2fc4c5bf26924921a3ff931cc989c992.jpg
At the moment like this
e25e0781623c456b956451c0e4589035.jpg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey, 2017-09-05
@rinatoff

You can use an ordinary grid grid from bootstrap.

<div class="row">
<div class="col-md-3"></div>
<div class="col-md-2">FIXED PRICE PROJECT</div>
<div class="col-md-2">RECEIVE ON TIME</div>
<div class="col-md-2">SATISFACTION GURANTEED</div>
<div class="col-md-3"></div>
</div>

S
Sticher78, 2017-09-07
@Sticher78

use "text-center" class for blocks

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question