Answer the question
In order to leave comments, you need to log in
Is the @media query syntax correct?
There is a task to apply a certain style to the block, the screen width is in the range of 320px-414px, and the height is 480px
I write like this, but, in my opinion, this is nonsense.
@media(min-width: 320px) and (max-width: 413px), (max-device-height: 480px)
I need to style the mobile version, with a standard resolution of 320x480, but at the same time. the style block should already be at 414x736 resolution Tell me
how to rewrite media ?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question