04 FEB 2020

Issue 236

A focus on Flexbox



News

Issue 236

It's been a bit of a quiet week for new layout-related things. Though that might have been due to me being busy writing two different talks. The things I link to here are the things I've read myself, no time for reading makes it harder to fill the email.

With few articles to share I have done a little in-depth series from my archives focusing on Flexbox. Hopfully next week will be slightly less hectic and I'll have found some new things to share.

Rachel Andrew, CSS Layout News

Learn

A nice walkthrough plus a handy package if you need to do the same yourself.

In depth

In this first article in the series I look at what happens when you say display: flex.


Once you have flex items, you might want to align them. This article explains everything you need to know.


Sizing often trips people up in flexbox, with boxes ending up a different size to what you might expect. This article explains what happens.


I am often asked what the usecases are for flexbox now that we have grid. I outlined some of the places where flexbox shines, and gave some advice on how to choose in this article.

Interesting

"Does the system you work with allow you to control the process of your work, to make situational decisions? Or is it simply a set of rules you have to follow?"


"Sadly, that’s all gone now — paved over by homogenous timelines where anything that wasn’t made this week is old news and long forgotten. The web was supposed to make information eternal, but instead, so much of it became ephemeral. I miss when virtually everyone I knew had their own website. Having a Twitter and an Instagram as your entire online presence is a poor substitute."

There is much to like in this epic history of CSS, from someone who must have begun around the same time I did. Though I wasn't 11 at the time.

Enjoyed this article?

Join our free newsletter and never miss an update.


Related Articles