Here's an interesting tactic from @daveseidman: straightening the text in a slanted container by reversing the direction of the glyphs in the actual font file. css-tricks.com/css-slanted-c…
#CSS color is about to be incredible!!!
✅ relative color syntax for deriving palettes from any color
✅ LCH for perceptually equal lightness across palettes
✅ every hue can be a palette
Here's me prototyping Open Props vNext Color (Safari TP only) 👇🏻
codepen.io/argyleink/full/Vw…
ALT screenshot of the demo site showing an array of color palettes
I made @css with CSS 😊
The logo of CSS-Tricks with one element. 👇
It was tricky with only gradients so I used clip-path as well.
Demo: codepen.io/t_afif/full/zYPNr… via @CodePen#CSS
This one from @5t3ph is a clever take on presentation slides, pulling together scroll snap, live coding, and... styling the element. css-tricks.com/css-scroll-sn…
Safari Tech Preview has experimental CSS gradient colorspaces and I had tons of fun playing around last night with it!
```#css
background: linear-gradient(
to right in var(--colorspace),
black, white
);
```
basic black to white can be so different!
codepen.io/argyleink/pen/OJO…
Block themes? Full-site editing? WordPress 5.9 was a huuuuge release and Ganesh Dahal did a bang-up job explaining what it means for WordPress developers moving forward. css-tricks.com/a-deep-introd…