CSS Media Query
Media queries allow us 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.
Media queries can be used to check many things, such as:
width ...
frontendblogs.hashnode.dev1 min read