Computer Science, asked by IndianAstronaut, 1 month ago

define some functions of media query in css
spam==reported​

Answers

Answered by mvlakshu
1

Answer:

To conditionally apply styles with the CSS @media and @import at-rules.

To target specific media for the <style> , <link> , <source> , and other HTML elements with the media= attribute.

To test and monitor media states using the Window. matchMedia() and MediaQueryList.

Explanation:

mark me as brainylist

Similar questions