Computer Science, asked by IndianAstronaut, 5 hours ago

Define media query in css
spam==reported​

Answers

Answered by saramariyaab
2

Answer:

Media queries is a feature of CSS 3 allowing content rendering to adapt to different conditions such as screen resolution (e.g. mobile and desktop screen size). It became a W3C recommended standard in June 2012, and is a cornerstone technology of responsive web design (RWD).

Media queries are useful when you want to modify your site or app depending on a device's general type (such as print vs. screen) or specific characteristics and parameters (such as screen resolution or browser viewport width). Media queries are used for the following: ... To test and monitor media states using the Window

Explanation:

hope this helps you..

Answered by yos192010
1

Answer:

Media queries is a feature of CSS 3 allowing content rendering to adapt to different conditions such as screen resolution (e.g. mobile and desktop screen size). It became a W3C recommended standard in June 2012, and is a cornerstone technology of responsive web design (RWD).

Similar questions