Tweet by @jh3yy
CSS Trick 🫠
You can create gooey effects with filter using CSS or SVG if you want color 🎨
.blobs { filter: blur(20px) contrast(30); }
.blobs { filter: url(#goo); }
The trick is to blur the thing, then cut the blur off with contrast. You can make some cool effects with it ✨… https://t.co/UwbyvEwnuQ https://t.co/iNUtf4oZ3O https://t.co/QLAN1UhqMx
— jhey ▲🐻🎈 (@jh3yy)
Feb 5, 2024