Skip to content

Manuel Matuzović - Web development Blog

My personal blog. Nowadays I focus a lot on accessibility but I also write about CSS layout, architecure, and performance.

  • By Manuel Matuzović
  • Based in Austria
  • Roughly 24 posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2016 3
2017 5
2018 3
2019 9
2020 21
2021 8
2022 86
2023 89
2024 6

Any gaps could be due to errors when fetching the blog’s feed.

Most recent 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.The S in of S stands for a forgiving selector list. /* :nth-child(An+B [of S]?) */ …
On , 178 words
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.For the …
On , 193 words
beyond tellerrand: One of my favourite web development and design conferences
People often ask me for recommendations for front-end development conferences. Picking my Top 3 would be challenging, but I know that beyond tellerrand in Germany is one of them. Location in Düsseldorf Web developers love …
On , 421 words