F
F
FNY3PM2021-03-30 17:16:56
css
FNY3PM, 2021-03-30 17:16:56

How to add padding in bootstap?

<div class="container">
    <div class="row">
        <div class="col-sm tile">
            1
        </div>
        <div class="col-sm tile">
            2
        </div>
    </div>
    <div class="row">
        <div class="col-sm tile">
            3
        </div>
        <div class="col-sm tile">
            4
        </div>
    </div>
    <div class="row">
        <div class="col-sm tile">
            5
        </div>
    </div>
</div>


I have a table like this:
A A
B B C
How

can I add a 30px space between all the tiles in the table?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question