Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
I would make my own class on flex in css.
For example:
<div class='btn-wrapper-end'>
<button>Ваша кнопка</button>
</div>
.btn-wrapper-end {
display: flex;
justify-content: flex-end;
}
<div class='d-flex justify-content-end'>
<button>Ваша кнопка</button>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question