Experience Share
46 views0 likes

MEDIA QUERIES

What you need to know about media queries..

Offor Janefrances
September 28, 2025
27 days ago

Introduction to Media Queries!

Media queries are CSS selectors that allow us to apply styles for different viewpoints and breakpoints.

Viewpoint means in different devices..

Breakpoints ( from 900px to 1024px) (for laptops)

Media queries in CSS allow you to apply different styles based on specific conditions, such as screen size, device type, or orientation. This enables you to create responsive designs that adapt to various devices and viewport sizes.

Media queries help create responsive designs that adapt to different screen sizes and devices.

Media queries are used to apply styles for larger screens.

Responsive, it adjusts font sizes and line heights based on screen size.

@ media ( max-width: 900px) {
} ( this is for labtops, tablets that is 900px and below)

@ media ( min-width: 1000px) {
} ( these means for labtops 1000px and above)

@ media ( max-width: 550px) {
} ( this is for phones)

Last updated: October 24, 2025

Written by: Offor Janefrances

More Articles

Deep Technology's

We are on an unwavering mission to be Nigeria's most loved software company, helping people discover new problem-solving strategies to solve problems around the globe.

NO 33 Democracy Crescent, Gaduwa Estate Gudu,Abuja FCT, Nigeria

© 2025 Deep Technology's. All rights reserved.