Posts tagged with “CSS“ (21)
-
Using your own icons for the mouse cursor with accessibility in mind (CSS)
There is a reluctance to customise the icons for the mouse cursor for websites. Can we use do it with accessibility in mind?
-
Is
text-wrap: prettybuggy and Baseline newly available?I was trying out
text-wrap: prettyon my website. It didn’t appear to do anything. Is it a bug? -
Elevate hover/focus effects with transitions across multiple elements
You can elevate hover/focus effects by triggering transitions on more than one element. With the right orchestration, you can create more nuanced effects.
-
Modern CSS to add to your CSS reset stylesheet
As CSS evolves, there are more opportunities to improve your baseline styles. Here are 2 such cases.
-
Sumptuous stroked text in CSS
You can create stroked text in CSS, but it is unwieldy. I submitted a proposal to Interop 2025 to improve this feature. Give it a vote! 👍
-
The backdrop-filter CSS property has been unprefixed
The backdrop-filter CSS property required a prefix in Safari since forever. Not anymore! 🙌
-
Hey, hey we’re the translate, scale, and rotate CSS properties - and we don’t monkey around
Learning transforms, you may have found it was not a case of monkey see, monkey do. To improve usage - 3 properties have been added to CSS.
-
A quick trick to create animated silhouettes in CSS
This is a shortcut to fashion an animated scene with silhouettes with very little CSS and zero JS. File it under ‘creative’ and maybe ‘frivulous’!
-
Do not drop Sass for CSS
Some people believe it is time to drop Sass. I beg to differ.
-
How can I keep up with changes to the web platform?
What resouces can help to keep up with changes to HTML, CSS, and JavaScript? Do we know what is coming soon?