Template:Linear-gradient: Difference between revisions

From Epic Path
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>background-image: -moz-linear-gradient({{{1|}}}, {{{2|}}}); background-image: -o-linear-gradient({{{1|}}}, {{{2|}}}); background-image: -webkit-linear-gradient({{{1|}}}, {{{2|}}}); background-image: linear-gradient({{Linear-gradient/legacy|{{{1|}}}}}, {{{2|}}});</includeonly><noinclude>
<includeonly>background-image: -moz-linear-gradient({{{1|}}}, {{{2|}}}); background-image: -o-linear-gradient({{{1|}}}, {{{2|}}}); background-image: -webkit-linear-gradient({{{1|}}}, {{{2|}}});</includeonly><noinclude>
==Usage==
==Usage==
Use within a CSS style tag. The template uses the background-image property.
Use within a CSS style tag. The template uses the background-image property.
Line 7: Line 7:
</pre>
</pre>


Mandatrory. Specify a start point: left, top, right or bottom, or a combination of two of each, e.g. top left. This provides eight starting points.
Mandatory. Specify a start point: left, top, right or bottom, or a combination of two of each, e.g. top left. This provides eight starting points.




</noinclude>
</noinclude>

Latest revision as of 14:16, 4 April 2018