Template:Lgradient: Difference between revisions

From The Urban Dead Wiki
Jump to navigationJump to search
No edit summary
(bah cant get it to work. starting small and building up)
Line 1: Line 1:
background-image: -webkit-linear-gradient({{{1}}},{{{2}}});
background-image: -moz-linear-gradient({{{1}}}},{{{2}}});
 
background: -moz-linear-gradient({{{1}}}},{{{2}}});
 
background-image: linear-gradient({{{1}}}},{{{2}}});

Revision as of 16:57, 27 June 2011

background-image: -moz-linear-gradient({{{1}}}},{{{2}}});