Difference between revisions of "Template:Dn-css-gradient-h"

From EncyclopAtys

Jump to: navigation, search
m
m
 
Line 1: Line 1:
background: #{{ColorAtys|type=bg|group={{{palette}}} }}; background: {{linear-gradient |left|#{{ColorAtys|type=bg|group={{{palette}}} }}, #{{ColorAtys|type=light|group={{{palette}}} }} }};
+
background: #{{ColorAtys|type=bg|group={{{palette}}}}}; background: linear-gradient(to right, #{{ColorAtys|type=bg|group={{{palette}}}}}, #{{ColorAtys|type=light|group={{{palette}}}}});

Latest revision as of 18:49, 25 January 2021

background: #eff; background: linear-gradient(to right, #eff, #cff);