Blog
Stuff I write about
-
Slightly enhanced sticky revealing footer
Andy Bell showed a nice little UI effect with his “sticky revealing footer”. However, on some pages, the experience was mediocre. A quest was started to improve it. -
A modern picture showcase using CSS
My newest favorite way to create adaptable and flexible layouts is by using grid template areas. Especially combined with other modern CSS solutions it becomes extremely powerful. In this article, I use it to create an adaptable picture showcase that can handle many different configurations. -
I cannot wait for the CSS @function
In my quest to apply as much cool CSS tricks as possible, I encountered an issue that navigated me towards a new and exciting CSSWG draft. -
The importance of shipping source code as a library maintainer
When library maintainers ship there source code can help application builders in debugging critical and weird issues. -
MacOS-like dock effect with a “previous-sibling combinator”
A guide on using the “previous-sibling combinator” trick to recreate the magnifier effect of the MacOS dock.