Standard Search
About 149 results
https://nerdy.dev/bad-at-css-2024-resolutions · 8 Mar 2024
Ep #6 New Year, New Resolutions: A look at me and David's CSS goals for 2024 Finish Open Props v2 Build with CSS Anchor New uses for Container Queries Multiple backgrounds on gradient.style Get weirder with Scroll-Driven Animations Help DevTools evolve wit...
https://nerdy.dev/interview-with-jason-about-the-devrel-career · 19 Feb 2024
Beautifully shot 8m interview with Jason Lengstorf about: how people love shredding nice things is there a "dream job"? how to know when you're successful? a secret for faster career growth? Watch on YouTube
https://nerdy.dev/jason-and-adam-do-portland · 7 Feb 2024
I made a brutalist noise experience with Svelte, PartyKit, audio streams, gradients and blend modes. Jason and I go through the code, giggle, and cause some visual chaos.
https://nerdy.dev/kelvin-show · 1 Feb 2024
Hung out with the super fun Kelvin Omereshone and chatted about, you guessed it, CSS !
https://nerdy.dev/thinking-on-ways-to-solve-comparison-components · 18 Dec 2023
Thinking on ways to make a Comparison component In this GUI Challenge , I use grid, masks and an <input type="range"> to stack and compare 2 elements and their contents. watch · demo · source
https://nerdy.dev/thinking-on-ways-to-style-checkbox-and-radio-groups · 21 Nov 2023
Thinking on ways to solve Picklists In this GUI Challenge , I show how to use leverage the power of checkbox and radio groups for beautiful and accessible picking UX. demo · source
https://nerdy.dev/jason-lengstorf-is-bad-at-CSS-too · 20 Nov 2023
Ep #5 🎙️ Bad At CSS Podcast Jason Lengstorf , David East and I chaotically discuss CSS, container queries, and that pesky clamp() function 🖕. Subscribe, listen or watch Spotify · Apple · YouTube
https://nerdy.dev/how-do-I-center-this-div · 24 Oct 2023
How do I center this div? Una and I discuss CSS centering, and all the different ways CSS has your back. Turns out, there's A LOT of ways to center. Watch · Listen
https://nerdy.dev/thinking-on-ways-to-make-spoopy-halloween-projections · 18 Oct 2023
Thinking on ways to make spoopy Halloween Projections In this GUI Challenge , I emulate a Halloween projector effect I saw on a wall. demo · source
https://nerdy.dev/how-to-use-css-relative-colors-syntax-on-the-latest-gui-challenge · 5 Oct 2023
Thinking on ways to solve relative color In this GUI Challenge , I show you how to use CSS RCS (relative color syntax) for lightening, desaturating, opacity, grayscale and more. oklch(from hotpink calc(l - 20) c h) hsl(from hotpink h calc( s / 2) l) hsl(fr...