S
S
Sulim Programmer2018-05-02 16:41:14
css
Sulim Programmer, 2018-05-02 16:41:14

What should be done to make that lower block wrap around blue (without the float property)?

This should be done with the help of "FlexBox "5ae9bfe668e96703096706.png Desirable
: Two blocks (or more) that should be side by side should be in the same box (preferably give a class or id, We will give class = "primer" for example), and those that should be with top or bottom (header/footer) must be separate.
And in css you need to write the following to the primer class:

.primer {
 display: flex;
flex-direction: row;
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question