Today I learned

CSS Nesting

#css

CSS Nesting is finally built into the language. No need for a preprocessor anymore! In this post, I'll look at the spec and valid selectors.

Read more

Text-wrap: balance

#css

Text-wrap balance is a new way to specify with CSS how lines of text are balanced.

Read more

CSS Scroll Snap

#css

Today I learned about how you create a scroll snap effect in CSS with the scroll snap properties.

Read more

SVG Drawing Animation

#css#svg

Today I learned how to animate SVG drawings using CSS.

Read more

Removing YouTube Shorts with CSS

#css

Today I learned how you can remove YouTube Shorts from your subscription feed with CSS!

Read more

CSS Gradient Text

#css

Today I learned how to create beautiful text gradients with CSS

Read more

Clamp CSS function

#css

Today I learned about the clamp CSS function which enables fluid typography based on the viewport size without the need for media queries

Read more

Never use px for font-size

#css

Today I learned about the website TechPays which aims to remove the taboo on tech compensation in Europe

Read more

Worlds highest website

#html#css

Today I learned about the worlds highest website

Read more

Incomplete list of CSS mistakes

#css

There exists a list with mistakes made in the design of CSS, that can't be corrected because it would break the internet

Read more

Setting a theme color without JavaScript

#css

It's possible to set the theme color of your application without JavaScript. It just works with plain CSS.

Read more

CSS container queries

#css

Read more

Flex-gap

#css

Read more

Margin considered harmful

#css

Read more