Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question