I am facing an issue where uploading an image with text is not helpful for Google search visibility. I am looking to add a specific gradient style to my text. Could anyone assist me in achieving this particular text look that I have in mind? I came across some code, but I am unsure how to customize it. Here is the CSS snippet I found:
.h1 {
font-size: 72px;
background: -webkit-linear-gradient(#eee, #333);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
<span class="h1">Ανανέωσε ONLINE & πάρε ΔΩΡΟ MB</span>
You can view the example image here. Thank you in advance for your help.