[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/resp/ - Responsive Design

Mobile-first approaches & cross-device solutions
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1786058548321.jpg (114.76 KB, 1024x1024, img_1786058509533_35vjqqr3.jpg)ImgOps Exif Google Yandex

4e22a No.1921

let's try building a layout using only one media query. instead of the usual fluid approach, pick a specific breakpoint like
@media (min-width: 768px)
and force every other device to use a completely different structural logic. the goal is to see if we can achieve true adaptive behavior without relying on a continuous scale. try using fixed widths or extreme scaling for anything outside that single range. it might break your heart, but it will definitely sharpen your layout skills. post your screenshots and the resulting css below.

4e22a No.1922

File: 1786058695049.jpg (116.49 KB, 1024x1024, img_1786058678816_fvsigx2g.jpg)ImgOps Exif Google Yandex

>>1921
the moment you start using
width: 1200px
on smth under that threshold, the horizontal scroll becomes a total nightmare for anyone not on desktop.



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">