Hi there,
I have a text, wich I edited with a short CSS code:
.DigitaleErfahrung {
font-size: 72px;
background: -webkit-linear-gradient(-45deg,#5FE0E7,#0075BF);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
What I see in the front end, is:
What I see on the webpage as a visitor is:
Do you have an idea what the reason might be?
Thanks in advance


