K
K
kachurinets2018-07-10 13:24:54
css
kachurinets, 2018-07-10 13:24:54

How to align some of the content to the center and some to the right side using flexbox?

https://jsfiddle.net/1cbef6kL/4/
how to align blocks with class register and number to the right side and leave everything else centered? How to do it with flexbox?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
I
Irissska89, 2018-07-10
@kachurinets

margin-left: auto for penultimate item

D
Denis Akhramenko, 2018-07-10
@Mahagon

justify-content: space around;

M
Mikhail Kostikov, 2018-07-19
@kostikovmu

.register {
position: absolute;
right: 0;
}
Only with the help of flex boxes I did not succeed.

H
Holy, 2018-07-19
@Holy

https://tproger.ru/translations/how-css-flexbox-works/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question