Bubble effect in CSS
I wonder how to replicate the exact same result as in the original picture
I try inner shadow, but when I increase the blur it's spread all around the circle, meanwhile here top-left, and bottom right are clearly transparent,
also with linear-gradient is not quite the same
5 Replies
if you're absolutely required to use CSS for this maybe try the
box-shadow: inset
and a linear or radial gradient mask
.box shadow should do the job
@ʙᴏᴏʙ 2.0 how ? for example
the result is different
threw a quick codepen together: https://codepen.io/jsnkuhn/pen/PoddOKG?editors=0110
thanks that's is quite similar