User:Flo/gradient: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "<span style=" background: red; background: -webkit-linear-gradient(left, {{{2|pink}}}, {{{3|blue}}}); background: -o-linear-gradient(right, {{{2|pink}}}, {{{3|blue...")
 
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<span style="
<span style="
     background: red;
     background: red;
     background: -webkit-linear-gradient(left, {{{2|pink}}}, {{{3|blue}}});
     background: -webkit-linear-gradient(left, {{{2|BlueViolet}}}, {{{3|Coral}}});
     background: -o-linear-gradient(right, {{{2|pink}}}, {{{3|blue}}});
     background: -o-linear-gradient(right, {{{2|BlueViolet}}}, {{{3|Coral}}});
     background: -moz-linear-gradient(right, {{{2|pink}}}, {{{3|blue}}});
     background: -moz-linear-gradient(right, {{{2|BlueViolet}}}, {{{3|Coral}}});
     background: linear-gradient(to right, {{{2|pink}}}, {{{3|blue}}});
     background: linear-gradient(to right, {{{2|BlueViolet}}}, {{{3|Coral}}});
    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><noinclude>{{documentation}}</noinclude>
">{{{1}}}</span>

Latest revision as of 10:32, 14 April 2021

{{{1}}}