Today I learned
Removing YouTube Shorts with CSS
I'm a bit annoyed by YouTube Shorts on my YouTube feed page. I'm there for for long-term format videos and Shorts just are not my kind of…
Read moreCSS Gradient Text
My wife is a UX designer and wanted to integrate text gradients into her designs. I've never created something like this before and didn't…
Read moreClamp CSS function
Today I learned about the clamp css function. A friend, with whom I'm currently working on a project, the aerosol alliance website ↗ told…
Read moreNever use px for font-size
In a recent newsletter I stumbled over the blog post by Josh Collins Why you should never use px to set font-size in CSS ↗ . I've used…
Read moreWorlds highest website
Today I learned that there exists something like the ↗ worlds highest website . It's exactly 18.94 kilometers high, wow! You can scroll it…
Read moreIncomplete list of CSS mistakes
Today I learned that in the CSS Working Group Wiki exists an incomplete list of mistakes in the design of CSS ↗ . If you check out that…
Read moreSetting a theme color without JavaScript
Having the ability to set the color of a whole section is a pretty common usecase in modern websites. If you're working with React there are…
Read moreCSS container queries
I can't believe I'm actually writing this but CSS container queries are coming! 🥳 🎉 At some point I stopped counting the times when I was…
Read moreFlex-gap
Today I learned that the flex-gap property is finally here! Putting space between flex items was always annoying and now it gets super…
Read moreMargin considered harmful
Today I learned that margin can be considered harmful in some cases. Max Stoiber tweeted about this and a lot of people, myself included…
Read more