Gradient Preview
|
|
Css Code: background-image: linear-gradient({{direction}}, {{colorOne}}, {{colorTwo}});
Syntax: background-image: linear-gradient(direction, color-stop1, color-stop2, ...);