This via r/programming today: What I Wish I Knew About CSS When Starting Out As A Frontender.
Also check out Flexbox Froggy and Grid Garden.
This via r/programming today: What I Wish I Knew About CSS When Starting Out As A Frontender.
Also check out Flexbox Froggy and Grid Garden.
This via r/programming today: CSS: The Spacing Between Elements Should Be Determined by the Parent Element.
This on r/programming today: CSS Tips. There are a lot of good tricks in there, this one was my fav:
.center { display: flex; align-items: center; justify-content: center; }
…it centres content vertically and horizontally.
Some good tools and techniques listed over one Tools for Auditing CSS.
This on r/programming today: Font size is useless; let’s fix it. Interesting article, but I didn’t read it closely.
Kickass: Charts.css. Also of interest: Which color scale to use when visualizing data.
This popped up on lobsters today: Chrome Platform Status: CSS usage. It’s a report on the prevalence of CSS properties as found in the wild. It’s interesting. I was surprised by some things. e.g. ‘display’ and ‘position’ are more prevalent than ‘padding’ and ‘margin’.
The Complete CSS Grid Tutorial. Say no more.
lol, this is great: NES.css
Articles I ran into today: