User:Flo/gradient2: Difference between revisions

From XPUB & Lens-Based wiki
mNo edit summary
mNo edit summary
Line 2: Line 2:
     background: red;
     background: red;
     background: -webkit-linear-gradient(left, {{{2|DimGrey}}}, {{{3|Olive}}});
     background: -webkit-linear-gradient(left, {{{2|DimGrey}}}, {{{3|Olive}}});
     background: -o-linear-gradient(right, {{{2|grey}}}, {{{3|black}}});
     background: -o-linear-gradient(right, {{{2|DimGrey}}}, {{{3|Olive}}});
     background: -moz-linear-gradient(right, {{{2|black}}}, {{{3|grey}}});
     background: -moz-linear-gradient(right, {{{2|DimGrey}}}, {{{3|Olive}}});
     background: linear-gradient(to right, {{{2|grey}}}, {{{3|white}}});
     background: linear-gradient(to right, {{{2|DimGrey}}}, {{{3|Olive}}});
     font-size: 30px;
     font-size: 30px;
     font-family: Times new Roman;
     font-family: Times new Roman;

Revision as of 12:47, 9 December 2021

{{{1}}}