I love how https://t.co/gnHYNXQXRP offers you different levels of depth into which you want to go in terms of accessibility research/understanding.
The Quick Wins section is a must-read for every web developer.
Thanks to https://t.co/n3nkNXpQRM & @JoshWComeau for the resource!
😍 Did you know that with #CSS Grid, you can declare the same height for all the rows according to the highest row?!
@CodePen:
https://t.co/3s6VfmMtWO
Thanks @leac for this great info🙂
need a horizontal scrollview in #CSS?
here's some props to know!
`overflow`
what do you do when children are bigger than you?
iOS overflow: 😅
`scroll-behavior`
jump or animate to anchors
`overscroll-behavior`
when scrolling beyond this scrollview, allow or capture events
It's #internationalPodcastDay!
Check out @toolsday and the #CSSPodcast to fill your ears with the sound of me talking about web development!
https://t.co/MHylxF9V0F
https://t.co/HuJckDWc1J
```#CSS
width: calc(50% - 2ch);
min-width: 20ch;
max-width: 70ch;
```
OR
```
width: clamp(20ch, 50% - 2ch, 70ch);
```
aka: optimally half the page minus some space.. but cap it at a healthy reading count of 70 characters while never under 20ch!
play 👉 https://t.co/JnstXKEs1u
there's a plugin to combine media queries and a plugin to extract media queries to files.. BUT 🤓 I haven't seen a plugin (share!?) that combines `:hover` styles to files so:
<link media="(hover: hover)" href="..." />
https://t.co/TTAY7a9Gwa
mobile browsers would appreciate it
It's finally here - the new MDN Browser Compatibility Report. 🎉🎉
The report is a deeper dive into issues, attempting to identify specific issues causing a lot of frustration and what could be done to improve the situation.
📖Read the report here: https://t.co/YXsUeKT3xs
✏️ New Article: Finding The Root Cause of a CSS Bug
I wrote about the importance of finding the root cause of a CSS bug. The article includes different CSS bugs and how to solve them properly from the ground up.
🔗 https://t.co/9FSk7jSZUY
Thought: "If you only enjoy people who have the same opinion as you it means you believe in absolute truth (and you are afraid that you can be wrong)."