Below is the media query
I've included directly in my webpage's style sheet:
@media screen and (max-width: 480px) {
background-color: red;
}
By setting the background color to red when the screen media type has a maximum width of 480px. However, I've noticed that Notepad++ is not highlighting the media query as a CSS feature, as it should.
Do you have any suggestions?