Answer the question
In order to leave comments, you need to log in
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
.register {
position: absolute;
right: 0;
}
Only with the help of flex boxes I did not succeed.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question