M
M
Michael2017-12-15 20:48:21
css
Michael, 2017-12-15 20:48:21

6 photos in two rows of 3 photos per row in bootstrap?

Probably the simplest question, for those who fumble.
But I don’t rummage around, and in bootstrap it’s still full 0. Tell me how to fit them in two rows, and indent 5-10px between the photos. Because I'll start everything through the margin and positioning, but as practice has shown, it doesn't go well with the boot-ic.
5a340b2abae7d493195028.jpeg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alex-1917, 2017-12-15
@alex-1917

Well, your division, open your bootstrap and look for demo examples - they are there for people like you and invented.
https://getbootstrap.com/docs/3.3/examples/jumbotron/
Or here are ready-made pieces, for especially lazy
ones https://bootsnipp.com/snippets/featured/portfolio-...
Forget about indents 5-10, bootstrap - this is 15 at the edges, i.e. between adjacent will be 30

O
Orkhan Hasanli, 2017-12-16
@azerphoenix

If I understand you correctly, then you need something like this:

<div class "container">
<div class="row">
<div class="col-md-4">
<img src="урл картинки" alt="картинка">
</div>
<div class="col-md-4">
<img src="урл картинки" alt="картинка">
</div>
<div class="col-md-4">
<img src="урл картинки" alt="картинка">
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="урл картинки" alt="картинка">
</div>
<div class="col-md-4">
<img src="урл картинки" alt="картинка">
</div>
<div class="col-md-4">
<img src="урл картинки" alt="картинка">
</div>
</div>
</div>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question