Fluid typography is the idea that font-size (and perhaps other attributes of type, like line-height) change depending on the screen size (or perhaps container queries if we had them). The core trickery comes from viewport units. You can literally set type in viewport units (e.g. font-size: 4vw), but the fluctuations in size are so extreme that's usually undesirable. Let's look at a technique for tamping the extremes, but it basically a one-liner now that CSS is evolving!
Another year older, but the logo design industry shows no signs of old age. Like an unruly kid ripping through a stack of unopened presents, I eagerly dive into each annual report knowing an experienc…
What is usability? How, when, and where can you improve it? Why should you care? Jakob Nielsen defines key usability concepts - give to your boss or anyone else who doesn't have much time, but needs to know basic usability facts.
Making title capitalization easy. Automatically capitalize your email subjects, essay, headline, and article titles. Use Title Case, AP style, APA style, Chicago style, MLA style, and more.
Automatic hyphenation on the web has been possible since 2011 and is now broadly supported. There is however far more control available to designers than just turning on hyphens.
The UX Research Field Guide is a comprehensive resource for researchers, designers, and product managers of all experience levels covering methods, recruiting, running effective teams, and more.
30 Beautiful Color Gradients For Your Next Design Project
Looking for cool background gradients for your UI? Software and design company Itmeo has created a useful online tool called WebGradients – a free collection of 180 linear gradients that you can use a…
Adding shadow to text has never been easier. With CSS3, using the property "text-shadow" you can create a large number of text effects such as 3D, long shadow, neon lights, retro shadows, 3D glasses e…