On Friday, April 19, 2024 at 10:00 PM New York time, all OpenWiki Project sites will be undergoing scheduled maintenance for about 2 hours. Expect read-only access and brief periods of downtime.

Template:Gradient

From WiKirby, your independent source of Kirby knowledge.
Jump to navigationJump to search

background:{{{end}}}; background: -webkit-gradient(linear, center top, center bottom, color-stop(0.0, {{{start}}}), color-stop(1.0, {{{end}}})); background: -moz-linear-gradient(center top, {{{start}}}, {{{end}}});