The @media rule is used to define different style rule for different media types/devices. In CSS2 , this was called media types for screen or print type media
A media query consists of a media type and at least one expression that limits the stylesheet scope by using media features like width, height etc. With @media
Media queries are simple filters that can be applied to CSS styles. They make it easy to change styles based on the characteristics of the device rendering the