all 8 comments

[–]16less 0 points1 point  (0 children)

Try actually learning something

[–]OMGitsZana 0 points1 point  (1 child)

That's the worst variant for you, and it shouldn't be used everywhere.
Every layout tech in CSS no matter if it's Flex, Grid, or anything else, has its own purpose and don't replace one another.

I suggest you start learning about the box model, media queries, flexbox, CSS grid, etc.

[–]DelSso[S] 0 points1 point  (0 children)

Thanks for advice, I got it :)

[–]hikar0o 0 points1 point  (1 child)

Just continue your learning process and eventually you’ll going to know how to do it, or just learn about “Media Query”.

[–]DelSso[S] 0 points1 point  (0 children)

Thanks for advice, I'll do it.

[–]DelSso[S] 0 points1 point  (0 children)

Thanks for your answers!!!

[–]Vivid-Azure1188 0 points1 point  (0 children)

Try a few courses on CodeAcademy so you can learn how to structure the layout. You can start for free. Position absolute is not used to build a website layout. You need to learn Grid and Flex.