sorbetb.bsky.social
@sorbetb.bsky.social
Reposted
There are a lot of new folks here (hi!), sharing that I made a CSS Grid Generator tool that might be useful to you if you're making a site.

https://buff.ly/3c8XSzI

Enjoy!
CSS Grid Generator
buff.ly
November 22, 2024 at 2:08 PM
Reposted
💻 Remember, if you're on a Mac, you can clean up your desktop by having screenshots sent to another folder:

defaults write com.apple.screencapture location whatever-the-pwd-of-folder-is

(then do killall SystemUIServer)
November 25, 2024 at 12:38 AM
Reposted
CTA to Nav 🗺️

taking the CSS container query for stuck position: sticky elements for a spin 🔥

nav { container-type: scroll-state; }
@​container scroll-state(stuck: top) {
.nav__content { --expand: 1; }
}

trick here is to transition grid-template-columns with the custom property value to morph
November 21, 2024 at 2:44 AM
Reposted
So many amazing things coming to CSS these days, but I have a feeling anchor positioning is going to be one that gains traction pretty quickly because it solves such a big pain point and is pretty easy to use.

https://buff.ly/3AStTxE
CSS Popover + Anchor Positioning is Magical
If you’ve ever needed the positioning of an element to be connected (or anchored) to the position of another element, then you’ll be very excited about ancho...
youtu.be
November 21, 2024 at 4:35 PM