N
N
HTML

Bootstrap and 5 elements in a row?

Good day!
Please help, how can I place 5 elements in a row and make it look normal?
Here's how it should come out:
5d52876e270e9320278935.jpeg
Thanks for the suggestions or guesses.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
dicem, 2019-08-13
@n6jWER33E33jSK8s

Sorry, why is bootstrap here?
On the parent block:

display: flex;
justify-content: space-between;
align-items: center;

E
Eduard Bazhenov, 2019-08-13
@kip_34

Divide your blocks into 12 columns, i.e. set each block to the number of columns so that the total is 12, for example:
.col-sm-3+.col-sm-2+.col-sm-3+.col-sm-2+.col-sm-2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question