//
sign in
Profile
by @danabra.mov
Profile
by @dansshadow.bsky.social
Profile
by @jimpick.com
AviHandle
by @danabra.mov
AviHandle
by @dansshadow.bsky.social
AviHandle
by @katherine.computer
EventsList
by @katherine.computer
ProfileHeader
by @dansshadow.bsky.social
ProfileHeader
by @danabra.mov
ProfileMedia
by @danabra.mov
ProfilePlays
by @danabra.mov
ProfilePosts
by @danabra.mov
ProfilePosts
by @dansshadow.bsky.social
ProfileReplies
by @danabra.mov
Record
by @atsui.org
Skircle
by @danabra.mov
StreamPlacePlaylist
by @katherine.computer
+ new component
ProfilePosts









Loading...
This is definitely going on the top shelf of my dev tool shed: CSS props for things that the browser knows: css-tricks.com/prop-for-that/ Well done, @nerdy.dev! This’ll make development a lot smoother and dare I say fun at the same time.
5h
Just curious: What do y'all think a paid front-end course needs these days to be *worth* it? Like you or your company would actually pay for it? I'm sure it depends on the learning level, so let's assume it could be different comprehensive courses for beginning, intermediate, and advanced learners.
1d
Another Safari one I totally assumed and missed: the `accentColor` and `accentColorText` UA color keywords. Now globally supported instead of having to -webkit-focus-ring-color or whatever. In Chrome 149: developer.chrome.com/release-note...
"This thing is developer catnip, and I don’t mind saying that I was really excited to try it out — after which point I willed myself to tuck it away in a drawer and put it out of my mind." Mr. @wil.to cracking into ariaNotify(): css-tricks.com/the-siren-so...
What you want here is not: .parent { perspective: 600px; } …but: .child { transform: perspective(600px); } css-tricks.com/why-isnt-my-...
CSS functions, the alpha() function, Grid Lanes, some things about <dialog> that you might not know, CSS Wordle, and more. Featuring @janeori.propjockey.io, @nerdy.dev, @una.im, @sunkanmifafowora.bsky.social, #CSSDay As always, thanks to @dxnny.fun for the lowdown! css-tricks.com/whats-import...
Oh, yes please! Would be a huge win, not only for simplicity, but i18n. 🕰️
CSS-Tricks*
I simply assumed (bad thing) that Safari already supported case-sensitive attribute selectors, but here we are with it added in TP 245: webkit.org/blog/17970/r...
6d
5d
What it looks like to peek inside the mind of a real master craftswoman at making memorable web experiences: css-tricks.com/creating-mem... This is like @holasvg.com giving an inspiring conference talk. 🧡
2d
2h
3h
6d
7d
CSS-Tricks*
There are many ways to create memorable experiences. Sometimes it's as simple as a form that completes smoothly. But here I'm interested in sharing techniques I reach for when I want a site to feel al...
css-tricks.com
Creating Memorable Web Experiences: A Modern CSS Toolkit | CSS-Tricks
CSS-Tricks*
CSS-Tricks*
CSS-Tricks*
CSS-Tricks*
CSS-Tricks*
CSS-Tricks*
CSS-Tricks*
uhh… TIL: <marquee direction="down" behavior="alternate"> <marquee behavior="alternate">This text will bounce</marquee> </marquee> developer.mozilla.org/en-US/docs/W...