Defining Media Queries
The @media rule can be used to select a set of rules that only work based upon criteria that you can test for. The media rule can test for media features such as the height and width, the orientation, as well as the media type where the presentation will be seen (most typically we’ll use…