How to create a bubble shape on image via css?
15 Views • October 21st, 2020 • 1 minute read
I am creating one blog WordPress website from scratch, I have to display one blog author image in a shape similar to bubble, I searched some plugins, none of them worked. Can you advice how to make that?
Answer:
Why you need a plugin for few lines of css?
Add the codes written below in your div/ class, adjust border radius % as per your need, to change the shape.
Happy coding. 🙂
border-radius: 63% 37% 30% 70%/50% 45% 55% 50%;
Share my post