Can some please look at my gradient css code and help me. Thanks

I have this code that is supposed to add a gradient on my buttons but it’s not working. I have installed it in the “custom css”


area.

"
.button {
background: linear-gradient(135deg, #F87212 0%, #F2B03D 100%);
}

@Jaberi try removing the tags