Media Queries
Media queries allow you to apply CSS styles depending on a device's general type (such as print vs. screen) or other characteristics such as screen resolution or browser viewport width.
If the browser window is 600px or smaller, the background color ...
shivananda.hashnode.dev1 min read