Answer the question
In order to leave comments, you need to log in
What to do if the site is less than 1920 pixels?
Hello, I just started learning html and css. I started doing the layout and I had a question, if the layout is 1300px wide then I should stretch it to full screen or what? Before that, I found a 1920px layout and did it, but here I don’t know what to do.
Answer the question
In order to leave comments, you need to log in
do, for example .container with styles:
.container {
max-width: 1300px;
width: 100%;
margin: 0 auto;
}
Good afternoon. I will tell you as a former frontend and enikey worker.
You started on layouts and layout too early. Take the full HTML and CSS course first.
Now they are "chasing the plan", molding precocious typesetters. They are so profitable.
As for the layout itself - here you need to ask the client. What does he want? Adaptive layout? What fields does he want? How to align the main container: left, right, middle?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question