Standard Search
About 365 results
Showing the first 200 results.
https://nerdy.dev/css-wishlist-2025 · 17 Dec 2024
Holy crap I guess I want 15 more things!
https://nerdy.dev/css-wrapped-2024 · 5 Dec 2024
5 new CSS features for components, 4 for user interactions, and 8 for developer experience!
https://cbennell.com/posts/three-css-frameworks · 25 Nov 2024
I tested OpenProps, Bulma, and TailwindCSS while migrating to Bridgetown, and found they fall on a revealing continuum from pure CSS custom properties to all-in utility classes. Here's what I learned about each approach.
https://nerdy.dev/gradient-tool-now-exporting-custom-properties · 20 Nov 2024
Small update for gradient.style , the provided CSS for your creation is now custom properties and not classes. Check it out‽
https://nerdy.dev/have-a-dialog · 14 Nov 2024
A few fancyish dialogs for you to steal.
https://nerdy.dev/i-put-a-workshop-on-chrome-developers-youtube · 13 Nov 2024
UI Workshop Sprinkle scroll driven animations, view transitions, popovers and container queries onto an ecommerce home page with me! Video · Code
https://nerdy.dev/a-community-css-logo · 12 Nov 2024
After many iterations, submissions and cycles of feedback, we're excited to share the communities logo result.
https://nerdy.dev/matching-aspects · 9 Nov 2024
.card { aspect-ratio : 4/3 ; @ media ( orientation : portrait ) { aspect-ratio : 3/4 ; } }
https://blog.damato.design/posts/clickable-cards · 8 Nov 2024
Everyone does it, and we often do it poorly.
https://nerdy.dev/combining-onload-keyframes-with-scroll-driven-animation · 7 Nov 2024
How to combine page load keyframe animation that blends seamlessly with a scroll driven animation.