CSS is Awesome
Ok. CSS is in an awesome place now. We have functionality, including CSS variables and functions like color-mix()
that make writing CSS so compact. Here's what I mean.
Ok. CSS is in an awesome place now. We have functionality, including CSS variables and functions like color-mix()
that make writing CSS so compact. Here's what I mean.
When changing a reworked menu to have accordian animations, I came to the realisation that I have been missing a big issue when using max-height
transition
animations — accessibility. I detail a simple fix in this article.
Turns out screen readers really don't like you playing with the display
CSS property on lists, for example to change it to an inline list — it will cause lists items to be read like a paragraph. Here's how to do without upsetting the screen readers.
Here's how to help your readers save time by making your post's shell commands easy to select and copy - with a simple CSS property.