Hi #a11y-friends, can someone point out if this an accessible pattern to reveal more list-items on demand? https://t.co/qHZXRHSVYh #frontend#accessibility
Web 3D tools call for my attention im my timeline side by side. I am also quite unsure what's the difference between @splinetool (I use currently) and @Bezel3D. Can someone shed some light on that matter?
I really like the cases layout of https://t.co/zR60SZvWfa. So I extracted the gist of it into a Codepen. Two things stand out:
- With #cssgrid only little (semantic) HTML is needed
- CSS Grid also enables stacking elements w/o position:absolute
https://t.co/bnlWH8WkKM
@jh3yy It's much nicer making this calculations in CSS (where possible) since its easier to adapt them to different circumstances with media queries (think of increasing values on larger viewports for a more powerful effect,...)
I just kind of finished a website fueled by #11ty. And although I like it very much, I think I would give @astrodotbuild a try if I would start over. Main reason for me would be nunjucks, which really isn't so good to handle and the .astro templates seems really nice #webdev
In fact, it's at least equally nice how much browsers help you handle focus within a dialog/modal these days. For example with the 'autofocus' attribute:
https://t.co/CRKCgXMQzP
Use CSS grid when components are distributed on the x- AND y-axis. This might save you a lot of unnecessary HTML markup you might need when achieving the same with flexbox #css#webdev