Different ways to use media query in css
With @media query , we can write different css code for different media types. Like, we can write different css code for different media type like for Screen and Printer.
The simplest way to use media queries is to have a block of CSS code in the same stylesheet file. So all the CSS that is specific to mobile phones, would be defined in the following block:
Read More
No comments:
Post a Comment