Answer the question
In order to leave comments, you need to log in
Could you please explain the concept of media queries?
I don't understand how to do media queries at all. I watched a lot of all sorts of videos, read, but somehow it’s hard to get it at all. Can someone explain as simply and understandably as possible?
Thanks in advance
Answer the question
In order to leave comments, you need to log in
It's simple, initially you write your styles for a specific device and extension, and then you want your site to be displayed correctly on other devices and extensions, and here you apply media queries, overriding your styles, for example, you write:
@media (min-width: 600px) and (max-width: 800px) {
/* CSS-стили */;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question