User:Flo/gradient2: Difference between revisions
< User:Flo
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| | background: -o-linear-gradient(right, {{{2|DimGrey}}}, {{{3|Olive}}}); | ||
background: -moz-linear-gradient(right, {{{2| | background: -moz-linear-gradient(right, {{{2|DimGrey}}}, {{{3|Olive}}}); | ||
background: linear-gradient(to right, {{{2| | 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 11:47, 9 December 2021
{{{1}}}