Nils Binder
The Devil's Albatross
https:/
A new nice responsive layout trick built upon Heydon Pickering's Flexbox Holy Albatross.
Nils Binder
https:/
A new nice responsive layout trick built upon Heydon Pickering's Flexbox Holy Albatross.
Jen Simmons
,
Saron Yitbarek,
Elika Etemad and
Brandon Stewart
Item Flow, Part 1: A new unified concept for layout
As we worked through the details, we started to get excited. Suddenly new features for Flexbox and Grid that people have wanted for years had an obvious…
Educational Sensational Inspirational Foundational
A historical record of foundational web development blog posts. I've already read most of these great articles, and will of course read the few missing.…
Do you know good tutorials and/or examples about dealing with responsive images that are fluid horizontaly, but with a fixed height?
Using object-fit: cover;
in the CSS is easy, but how can we prevent loading many pixels that will be hidden, without using too many <source>
in a <picture>
?
While we wait for browsers to implement the text-wrap: balance;
#CSS property and value for text (pleeeeeease! 🙏), I may have created a silly — and probably sub-optimal — function to do it with HTML block elements:
https://codepen.io/nhoizey/pen/mdjbrVx
Tell me what you think!
But why? Just because a colleague needed it, we could not find a solution in pure CSS, and I like challenges… 😅
The web is good at these things, just not in the ways that designers have been accustomed to working. We'll take a look at how we got here and how…