CSS Battle Showcase

I came across CSS Battle last year. I tried code golfs before, but this is a whole new level. ...

March 14, 2022 · 4 min · Mátyás Budavári

React CSSTransition appear animation with in=false and without unmountOnExit

React Transition group is a great library for animations in react. I want to share my experience on how to have an appear animation on components that are mounted with an in={false} property. ...

June 18, 2020 · 2 min · Mátyás Budavári

Iframe zoom

I need to set the zoom factor in an iframe. I knew exactly how much space should the embedded content fit into. And the scale needs to be adjustable. Here’s how I’d do it. ...

May 11, 2020 · 2 min · Mátyás Budavári

Flexbox zombies

A few days ago I’ve been thinking whether there’s a more interactive way of learning flexbox, rather than this great guide. ...

May 6, 2018 · 1 min · Mátyás Budavári