desireei537a
New Member
I have a question about CSS media queries. I'd like to know if CSS media queries affects the number of http requests on the web page.For example:My question is: From my understanding of CSS media queries, if the visitor of the web page is using one device/monitor then the other stylesheets don't apply. If the media query doesn't apply to the visitor, then does it still add an http request to the page?Hopefully I've explained my question well enough!