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...
For further actions, you may consider blocking this person and/or reporting abuse
I love the border image.
Yeah, that's a really nice feature. It's a bit wonky to animate though!
I'd love that border-image to be able to have border-radius working. ๐คจ
I guess that doesn't work because it's tiling the background image. But it would certainly be nice! :)
Hey, I found this today: codyhouse.co/nuggets/css-gradient-...
That's some wonderfull solution to combine the gradient and the border-radius
Oh thank you for that link Benjamin! ๐
Good one!!
Thank you Pawan! Glad you liked it! :)
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 :)
Thanks. And you are absolutely right! This is just an example of how we could do it with js. Because it could be useful in some cases. :)
Oh, great. Never heard about 'mix-blend-mode'.
Thanks for this and other tips ;)
These tips are really useful, thank you!