How can I give button a gradient background

Hi,

I want to achieve a gradient background for the button here. How can I achieve it for certain buttons? What CSS is the best to use and can I specify it only for this specific button?

For text elements I use this: <span style="background: linear-gradient(90deg, #00acee, #00e1ef);webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;">


Comments

Sign In or Register to comment.