linear gradient effect css code example
Example 1: css horizontal gradient background color
.foo {
background-image: linear-gradient(red, blue);
}
Example 2: double color background css
background: linear-gradient(<angle>, color1 color1-stop-at, color2 color2-start-at);