One of my favourite posts from my #100DaysOfMoreOrLessModernCSS series: “Day 82: value processing”

https://www.matuzo.at/blog/2023/100daysof-day82

Day 82: value processing - Manuel Matuzovic

I'm a frontend developer in Graz, specialized in HTML, accessibility, and CSS layout and architecture.

Manuel Matuzovic

Day 109: the animation-composition property

CSS animations can be composited in three ways: replace, add, and accumulate. The animation-composition property allows you to switch between them.

#100DaysOfMoreOrLessModernCSS

https://matuzo.at/blog/2024/100daysof-day109

Day 109: the animation-composition property - Manuel Matuzovic

I'm a frontend developer in Graz, specialized in HTML, accessibility, and CSS layout and architecture.

Manuel Matuzovic
I was about to write about two new properties in CSS for my #100DaysOfMoreOrLessModernCSS series. I understand what they do but I don't understand how they work and I realised that I also don't understand some of the vocabulary I was using. So, the next post will be about CSS basics once I know exactly what's going on! I love those types of posts!

Day 108: the of S syntax in :nth-child()

You can use the of S syntax in the :nth-child() pseudo-class to filter elements before the arguments in :nth-child() apply.

#100DaysOfMoreOrLessModernCSS

https://matuzo.at/blog/2024/100daysof-day108

Day 108: the of S syntax in :nth-child() - Manuel Matuzovic

I'm a frontend developer in Graz, specialized in HTML, accessibility, and CSS layout and architecture.

Manuel Matuzovic

Day 107: the light-dark() color function

The `light-dark()` color function allows you to define two values for a color property. The property uses the first value when the color scheme is light or unknown and the second when it's dark.

#100DaysOfMoreOrLessModernCSS

https://matuzo.at/blog/2024/100daysof-day107

Day 107: the light-dark() color function - Manuel Matuzovic

I'm a frontend developer in Graz, specialized in HTML, accessibility, and CSS layout and architecture.

Manuel Matuzovic
In September 2022 I published the first of 100 #100DaysOfMoreOrLessModernCSS posts because I saw the need to catch up with recent developments in CSS. More that 1,5 years and 106 blog posts later I almost feel the same as in 2022. I've got a whole lotta catching up to do.
Day 63: explicit defaulting with inherit, initial, unset, and revert - Manuel Matuzovic

I'm a frontend developer in Graz, specialized in HTML, accessibility, and CSS layout and architecture.

Manuel Matuzovic
@schneyra haha ja geht mir auch so. Das Ding ist nur, dass ich zumindest den Unterschied zwischen rgb, hsl, lch und oklch in meinem Workshop erklären können muss. Nach einigen Stunden im Zuge der #100DaysOfMoreOrLessModernCSS und ein bisschen extra Arbeit, bin ich ich jetzt aber recht sicher. fingers crossed haha.

Day 106: the scripting media feature

The scripting media feature is an excellent addition to CSS for those who believe in progressive enhancement: It enables you to detect whether scripting languages, such as JavaScript, are supported.

#100DaysOfMoreOrLessModernCSS

https://matuzo.at/blog/2023/100daysof-day106

Day 106: the scripting media feature - Manuel Matuzovic

I'm a frontend developer in Graz, specialized in HTML, accessibility, and CSS layout and architecture.

Manuel Matuzovic