R
R
Rufix2018-03-17 16:18:08
Bootstrap
Rufix, 2018-03-17 16:18:08

There are 4 divas. I need to arrange them in a row with an indent of 20 pixels, how?

There are 4 blocks with a picture and a name under it. I am a complete newbie and am trying to use bootstrap.
I created one block like this (most likely these entries are illiterate, perhaps even incorrect):

<div class="row">
      <div class="col-lg-3">
        <div class="face">
        </div>
        <div class="name-job">
            <p class="name-job__name">SEMF UCUK</p>
            <p class="name-job__job">CEO & FOUNDER</p>
        </div>
      </div>
    </div>

The "face" div is a gray box, with a potential picture
Here is a link to a screenshot: https://imgur.com/a/ebf0Z

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
atomos90, 2018-03-17
@Rufix

in css:
.row{
margin: 0px 10px;
display: inline-block
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question