To continue on my previous post here are some more tweets with little Css tips that might help you in your projects.
Toggle classes with Javascript and change your styles.
Element.classList docs: https://developer.mozilla.org/en-US/docs/Web/API/Element/classList
Alternative cursors.
Css: Swap out text colors with css custom properties.
I didn't put out a new video this week, but you might have missed this one.
Also check out my blog post: https://dev.to/vanaf1979/swap-out-text-colors-with-css-custom-properties-4gg
Css mix-blend-mode.
Css mix-blend-mode docs: https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode
Css border-image.
Brammus article: https://www.bram.us/2021/01/29/animating-a-css-gradient-border/
Subscribe and Follow
Subscribe to my Youtube channel.
Thanks for reading/watching and stay safe
Great post! Also for the first example there is no need to use JS for simple toggling classes. We can use checkbox' label and checked property selector in CSS :)