V
V
Volty2018-05-12 11:31:25
Layout
Volty, 2018-05-12 11:31:25

Is it possible to set block width in bootsrap?

Let's say there is a button that has a border, with this code it will stretch to 12 columns. Will it be possible to set the desired width to the "block__button" class through width, so that the border is the desired size? Would it be semantically correct?
Or will it be correct to specify the desired number of columns and center?

<div class="row">
        <div class="col-lg-12">
                <div class="block__button">
                          <a href="#" class="block__link">Узнать больше</a>
                </div>
        </div>
 </div>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
ivasenkoartem, 2018-05-12
@Volty

Can

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question