Answer the question
In order to leave comments, you need to log in
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.
Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question