Answer the question
In order to leave comments, you need to log in
How to adapt the site?
Hello, I’m learning, so please don’t throw tomatoes at me))
How to make the site be 1200px wide on all screens >= 1200px, and for 1024, so that it is full width without a scrollbar ...
Answer the question
In order to leave comments, you need to log in
Place all site code in a container
.container {
margin: 0 auto;
width: 100%;
max-width: 1200px;
}
media queries css https://developer.mozilla.org/en-US/docs/Web/CSS/M...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question