R
R
Ruslan Dasaev2021-06-26 21:46:09
css
Ruslan Dasaev, 2021-06-26 21:46:09

The principle of layout of single-screen sites?

Hello! What are the considerations for the layout of such layouts? Initially, the idea was to layout it without using a bounding container, so that the entire interface could stretch in width and height on any monitors. But the problem is that different monitors have different aspect ratios, and the site itself must be single-screen, i.e. without scrolling down. And because of this, on long and not high monitors, the entire interface may not / poorly fit in height. What do you think about this case? In such a situation, I think it's best to add a bounding container. What is your opinion on this matter?
60d7759c8cae8408453455.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan765, 2021-06-28
@Ivan765

I advise you to use CSS Grid. You can set the grid-grid how many elements to display on different screens

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question