T
T
tereshock982017-01-12 17:24:35
css
tereshock98, 2017-01-12 17:24:35

How to make a 4-column grid in BOOTSTRAP?

How to make a 4-column grid in BOOTSTRAP?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Omich, 2017-01-12
@tereshock98

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

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question