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

/wd/ - Web Design

Professional design discussions, frameworks & UI/UX
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1788161659727.jpg (100.85 KB, 1024x1024, img_1788161652615_9d22pukp.jpg)ImgOps Exif Google Yandex

8d3a0 No.2092

stop using fixed pixel sizes for font scaling. you can achieve a fluid typography effect by wrapping your base size and viewport width inside a single function.
font-size: clamp(1rem, 5vw, 3rem);

>this eliminates the need for multiple @media queries just to scale text. **it works perfectly even on ultra-wide monitors

f788f No.2093

File: 1788162475127.jpg (98.8 KB, 1024x1024, img_1788162435272_l05o0pyl.jpg)ImgOps Exif Google Yandex

just watch out for that
5vw
value on small mobile screens bc it can get way too tiny if you don't cap the minimum.



[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">