Hi everyone, this is a very interactive post about @media queries. In this post I am going to explain every types of media queries and their rules how it should maintain and how you should implement in you page.
We use @media query for responsive purpose. In css3 we have certain feature to add @media query in the CSS pages for showing the same website into the different device. Now day's responsive one of the most important benchmark every website asked. Your website should have responsive features unless it will not present in the google page ranking. So almost every designer use @media queries for responsive purpose. But we are using some basic @media queries without knowing that @media query is such a powerful feature and it’s also help you to reduce JavaScript from the website.
We use @media query for responsive purpose. In css3 we have certain feature to add @media query in the CSS pages for showing the same website into the different device. Now day's responsive one of the most important benchmark every website asked. Your website should have responsive features unless it will not present in the google page ranking. So almost every designer use @media queries for responsive purpose. But we are using some basic @media queries without knowing that @media query is such a powerful feature and it’s also help you to reduce JavaScript from the website.