M
M
MRcracker2020-08-02 21:22:47
css
MRcracker, 2020-08-02 21:22:47

How to correctly specify a media query?

I need to specify a media query for resolutions from 1200px to 1100px. Tell me, did I do it right?

@media (max-width: 1200px) and (min-width: 1100px) {}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2020-08-02
@MRcracker

Yes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question