User:Flo/gradient2: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "<span style=" background: red; background: -webkit-linear-gradient(left, {{{2|BlueViolet}}}, {{{3|grey}}}); background: -o-linear-gradient(right, {{{2|BlueViolet}}...")
 
mNo edit summary
Line 1: Line 1:
<span style="
<span style="
     background: red;
     background: red;
     background: -webkit-linear-gradient(left, {{{2|BlueViolet}}}, {{{3|grey}}});
     background: -webkit-linear-gradient(left, {{{2|black}}}, {{{3|grey}}});
     background: -o-linear-gradient(right, {{{2|BlueViolet}}}, {{{3|black}}});
     background: -o-linear-gradient(right, {{{2|grey}}}, {{{3|black}}});
     background: -moz-linear-gradient(right, {{{2|BlueViolet}}}, {{{3|grey}}});
     background: -moz-linear-gradient(right, {{{2|black}}}, {{{3|grey}}});
     background: linear-gradient(to right, {{{2|BlueViolet}}}, {{{3|white}}});
     background: linear-gradient(to right, {{{2|grey}}}, {{{3|white}}});
     font-size: 30px;
     font-size: 30px;
     font-family: Times new Roman;
     font-family: Times new Roman;

Revision as of 12:45, 9 December 2021

{{{1}}}