Gradient Preview
Direction
to right
to left
to top
to bottom
|
Color Stop One
|
Color Stop Two
Css Code:
background-image: linear-gradient({{direction}}, {{colorOne}}, {{colorTwo}});
Syntax:
background-image: linear-gradient(direction, color-stop1, color-stop2, ...);