Hii,
I'm very new to css but I tried using this code and it worked as a square but how can I modify this to work as a gradient background for a circle?
I tried writing radial instead of linear gradient but it didn't work.
This is what I tried:
div#block-c98fcaf51ea2e716288d {
background-image: linear-gradient(to right, #DEDC00, #3AAA35, #008D36) !important;
}
Does anyone know how to make it work for a circle shape?
Thank you,
maia