Answer the question
In order to leave comments, you need to log in
Why doesn't the media query work if I set a span?
Instead of this:
@media screen and (min-width: 1000px){
div { width: 1000px }
}
@media screen and (width >= 1000px){
div { width: 1000px }
}
Answer the question
In order to leave comments, you need to log in
Because in the 2nd case - this is not a correct entry. You can't write more/less.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question