User:Flo/gradient: Difference between revisions
< User:Flo
mNo edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<span style=" | <span style=" | ||
background: red; | background: red; | ||
background: -webkit-linear-gradient(left, {{{2| | background: -webkit-linear-gradient(left, {{{2|BlueViolet}}}, {{{3|Coral}}}); | ||
background: -o-linear-gradient(right, {{{2| | background: -o-linear-gradient(right, {{{2|BlueViolet}}}, {{{3|Coral}}}); | ||
background: -moz-linear-gradient(right, {{{2| | background: -moz-linear-gradient(right, {{{2|BlueViolet}}}, {{{3|Coral}}}); | ||
background: linear-gradient(to right, {{{2| | background: linear-gradient(to right, {{{2|BlueViolet}}}, {{{3|Coral}}}); | ||
font-size: 30px; | font-size: 30px; | ||
font-family: Times new Roman; | |||
-webkit-background-clip: text; | -webkit-background-clip: text; | ||
-webkit-text-fill-color: transparent; | -webkit-text-fill-color: transparent; | ||
">{{{1}}}</span> | ">{{{1}}}</span> |
Latest revision as of 09:32, 14 April 2021
{{{1}}}