I'd be remiss if I didn't say that @monknow.bsky.social put A LOT of effort into editing the CSS Color Functions Guide we published yesterday.
And this post is an excellent roundup of things he learned along the way... things that I think confuse a lot of us. I appreciate having this.
20.06.2025 14:24
👍 33
🔁 8
💬 1
📌 0
A guide to Scroll-driven Animations with just CSS
CSS animations have come a long way since Apple first introduced them to the web in 2007.
Now that my blog post got the thumbs up from @zeldman.bsky.social, I can die a happy evangelist 🥰
Check out my intro to scroll-driven animations, hope you like it too ❤️ webkit.org/blog/17101/a...
25.06.2025 01:16
👍 56
🔁 13
💬 2
📌 0
Cascading Layouts
A workshop on resilient CSS layouts
My entire April and May are packed, but if I had the time, I would attend this workshop by @miriam.codes! Sounds great!
“Take your sites to the next level with this 3-session workshop on building more resilient and maintainable web layouts using modern CSS.”
www.oddbird.net/workshops/ca...
14.04.2025 05:50
👍 11
🔁 4
💬 0
📌 0
Screenshot of an article on my blog, with the tagline: Color Theory & Palette – Resources and Tools.
A Designer’s Toolbox for Learning About Colors and Color Accessibility
Struggling with color theory or building accessible palettes? I’ve put together my go-to resources and tools to help designers make better, more inclusive color choices. Whether you're a beginner or refining your skills, this curated list has you covered!
stephaniewalter.design/blog/color-t...
18.02.2025 08:31
👍 36
🔁 7
💬 11
📌 1
Lazy loading hidden images
A few years ago, browsers implemented a standard way of lazy loading images. The standard was a huge boon because it was straightforward to use and less code than JavaScript solutions. Unfortunately, ...
Lazy loading hidden images:
cloudfour.com/thinks/lazy-...
Images in menus or carousels etc that's technically above the fold, but not visible, all you need is add loading="lazy" and browser will defer downloading the image.
No longer need a #JavaScript solution for those use cases
#CSS #webdev
18.02.2025 22:00
👍 2
🔁 1
💬 0
📌 0
Creating a dark theme for a website live
YouTube video by Kevin Powell
Going to be doing a live stream Friday where I add a dark theme to html-css-tip-of-the-week.netlify.app
I'll be on Twitch (www.twitch.tv/kevinpowellcss) and YouTube (youtube.com/live/7ijxVDW...)
It'll start at 12pm EST (if you follow the YT link, you'll get your local timezone)
22.01.2025 13:46
👍 24
🔁 4
💬 1
📌 0
Very cool! 😄
17.01.2025 01:36
👍 50
🔁 4
💬 0
📌 0
#CSS text-box
a very exciting feature!
available in:
Chrome 133 & Safari 18.2
My post on Chrome Developers:
developer.chrome.com/blog/css-tex...
↪ nerdy.dev/text-box-trim
14.01.2025 21:34
👍 192
🔁 36
💬 13
📌 5
Did you know you can center both vertically and horizontally in CSS now, without Flexbox or Grid?
Throw this on your block level element, and it works:
align-content: center;
justify-items: center;
And my trick to remembering it's those properties? It's the ones I never use normally 😆
14.01.2025 20:01
👍 303
🔁 42
💬 18
📌 6
CSS Wishlist for 2025 – Frontend Masters Boost
Hey we might as well spill out all these wishes as the CSS feature train has been rolling and we oughta get while the getting is good.
CSS Wishlist for 2025
Hey we might as well spill out all these wishes as the CSS feature train has been rolling and we oughta get while the getting is good.
15.01.2025 08:39
👍 8
🔁 2
💬 0
📌 0
Screenshot of "CSS Selectors Playground" with text "The :focus-within pseudo-class matches elements that are either focused themselves or have a descendant that is focused."
"CSS Selectors Playground"
An easy and simple way to learn how to master #CSS selectors.
selectors.sandroroth.com #webdev
20.12.2024 22:24
👍 11
🔁 2
💬 0
📌 0
12 Modern CSS One-Line Upgrades | Modern CSS Solutions
Sometimes, improving your application CSS just takes a one-line upgrade or enhancement! Learn about 12 properties to start incorporating into your projects, and enjoy reducing technical debt, removing...
1️⃣
This post from @5t3ph.bsky.social shared a dozen CSS properties well worth knowing — it includes one-line upgrades that will help reduce technical debt, remove unnecessary lines of JavaScript, and score some easy wins for the user experience, too.
18.12.2024 16:20
👍 2
🔁 1
💬 1
📌 1
Scroll-Driven & Fixed – Frontend Masters Boost
It's quite fun to have an element react to another element scrolling in an unexpected way!
Scroll-Driven & Fixed
It's quite fun to have an element react to another element scrolling in an unexpected way!
21.12.2024 08:39
👍 7
🔁 1
💬 0
📌 0