I met a man who wasn't there.
He wasn't there again today.
I wish ...
I wish He'd go away
nerdy.dev/update-on-my...
nerdy.dev/update-on-my...
The State Border Guard Service shared photos, saying they thanked her with a gift set of national symbols.
The State Border Guard Service shared photos, saying they thanked her with a gift set of national symbols.
components know:
- user stuff
- device stuff
- app stuff
- design stuff
- what stuff is in them
- what stuff they're inside
- etc
It's amazing how much a component can know on the web, and I'm going to try and list it all out. Help me 🤓
#CSS
nerdy.dev/components-c...
components know:
- user stuff
- device stuff
- app stuff
- design stuff
- what stuff is in them
- what stuff they're inside
- etc
It's amazing how much a component can know on the web, and I'm going to try and list it all out. Help me 🤓
#CSS
nerdy.dev/components-c...
🎥 video out now
a 25m tik-talk just given at @cascadiajs.com
⤷ nerdy.dev/oops-css-got...
🎥 video out now
a 25m tik-talk just given at @cascadiajs.com
⤷ nerdy.dev/oops-css-got...
Just look at what's possible with #CSS today
And the format is great for the impatient ones (myself included). Right speed, right transitions (pun intended 😉)
Just look at what's possible with #CSS today
And the format is great for the impatient ones (myself included). Right speed, right transitions (pun intended 😉)
@function --rounded(--d) {
result: clamp(0px, calc(100vw - var(--d) - 100%) * 9999, var(--border-radius))}
@function --rounded(--d) {
result: clamp(0px, calc(100vw - var(--d) - 100%) * 9999, var(--border-radius))}
along with another rad feature: reading-flow 🥳
So I put together a quick video showcasing both:
youtu.be/Apn8ucs7AL0
along with another rad feature: reading-flow 🥳
So I put together a quick video showcasing both:
youtu.be/Apn8ucs7AL0
Learn about new native HTML & CSS APIs that make it possible to build 3 common (but complex) UI patterns:
1. Customizable select menus
2. Carousels
3. Hover cards
No JS = less jank, better perf, and much better DX
www.youtube.com/watch?v=VTCI...
Learn about new native HTML & CSS APIs that make it possible to build 3 common (but complex) UI patterns:
1. Customizable select menus
2. Carousels
3. Hover cards
No JS = less jank, better perf, and much better DX
www.youtube.com/watch?v=VTCI...
```
min-width: 0?
flex-shrink: 0?
repeat(auto-fill, minmax(min(10rem, 100%), 1fr))
```
wat?
nerdy.dev/3-unintuitiv...
```
min-width: 0?
flex-shrink: 0?
repeat(auto-fill, minmax(min(10rem, 100%), 1fr))
```
wat?
nerdy.dev/3-unintuitiv...
Watch 🍿: youtube.com/watch?v=KFRH...
Are CSS Carousels accessible sarasoueidan.com/blog/css-car...
In this post, I share some important insights from examining the accessibility of CSS-only carousels that use new features introduced in the #CSS Overflow Module Level 5 spec.
#a11y
Are CSS Carousels accessible sarasoueidan.com/blog/css-car...
In this post, I share some important insights from examining the accessibility of CSS-only carousels that use new features introduced in the #CSS Overflow Module Level 5 spec.
#a11y
.control:not(:has(:first-of-type:checked)) .indicator {
translate: 100% 0;
}
leverage [type=radio]:checked with :has() to set the visuals 🤙
.control:not(:has(:first-of-type:checked)) .indicator {
translate: 100% 0;
}
leverage [type=radio]:checked with :has() to set the visuals 🤙
In short, I'm excited. Check it out for more details: ishadeed.com/article/item...
In short, I'm excited. Check it out for more details: ishadeed.com/article/item...
Still not ready to accept it TBH but I stand behind Adam as one of the most genuine, talented, effervescent devs I've ever worked with.
If you're hiring snatch him up before I figure out a way to get him back 👀
Still not ready to accept it TBH but I stand behind Adam as one of the most genuine, talented, effervescent devs I've ever worked with.
If you're hiring snatch him up before I figure out a way to get him back 👀
A custom reset style sheet that comes with a website that allows you to compare it with the default user agent styles and other reset style sheets.
fokus.dev/tools/uaplus/
A custom reset style sheet that comes with a website that allows you to compare it with the default user agent styles and other reset style sheets.
fokus.dev/tools/uaplus/
customize all the parts of a
customize all the parts of a
td:has(~ td:hover), /* previous sibling cells */
table:has(td:nth-of-type(3):hover) /* column cells */
tr:not(:first-of-type):has(~ tr:hover)
td:nth-of-type(3) {
background: var(--highlighted);
}
td:has(~ td:hover), /* previous sibling cells */
table:has(td:nth-of-type(3):hover) /* column cells */
tr:not(:first-of-type):has(~ tr:hover)
td:nth-of-type(3) {
background: var(--highlighted);
}
#CSS `superellipse`
for SQUIRCLES
(and more like notches, cutouts and bevels)
try it
noamr.github.io/squircle-tes...
awesome work @nomster.bsky.social and Simon Fraser!
#CSS `superellipse`
for SQUIRCLES
(and more like notches, cutouts and bevels)
try it
noamr.github.io/squircle-tes...
awesome work @nomster.bsky.social and Simon Fraser!