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