F
F
fails12021-08-27 06:14:05
css
fails1, 2021-08-27 06:14:05

Elements are superimposed on each other and displayed with incorrect sizes, explain what is the problem?

612858110c74f906725578.png
612858168255c833020974.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Collonil Tolli, 2021-08-27
@CollonilTolli

It just doesn't fit into the hat.
so that elements do not jump, you should not use absolute width, it is better to use

max-width: 3423923px;
width:100%;

so they won't jump all over the page.
also, if flexes are used, it will not be a very bad solution.flex-wrap: no-wrap;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question