S
S
Suil2020-01-15 12:51:51
css
Suil, 2020-01-15 12:51:51

How to make a transparent gap between columns?

Good afternoon.
I'm just learning layout with Bootstrap.
Can you please tell me how to achieve such transparent gaps?

<div class="row">
           <div class="col-md-2"><img src="icon.png" alt=""><span>Текст</span></div>
           <div class="col-md-2"><img src="icon.png" alt=""><span>Текст</span></div>
           <div class="col-md-2"><img src="icon.png" alt=""><span>Текст</span></div>
           <div class="col-md-2"><img src="icon.png" alt=""><span>Текст</span></div>
           <div class="col-md-2"><img src="icon.png" alt=""><span>Текст</span></div>
           <div class="col-md-2"><img src="icon.png" alt=""><span>Текст</span></div>
               
</div>

5e1edfbf5df31625542891.jpeg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton, 2020-01-15
@Suil

Throw out your bootstrap, and change the classes to your own, because I'm too lazy to rename them

M
Mikhail, 2020-01-15
@RuComMarket

play around with margins and padding

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question