BLOG
![@media rule – a short blog trip on CSS media queries](https://www.sharesoft.in/wp-content/uploads/2017/07/CSS2-300x300.jpg )
Let’s explore a few things about the most important feature of CSS styles @media rule that is defined to specify the styles to different media types for different responsive screens, print layouts, other screen devices. Example: [html] <style="text/css"> @media print…