Answer the question
In order to leave comments, you need to log in
Why don't all linear-gradient options for text work on IOS?
Here is the code:
.button-inline-gradient {
font-weight: bold;
background: -webkit-linear-gradient(90deg, #fc2c90 0%, #ff521c 100%);
background-image: -webkit-linear-gradient(90deg, #fc2c90 0%, #ff521c 100%);
background-image: -webkit-gradient(
linear,
left top,
right top,
from(#fc2c90),
to(#ff521c)
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question