how to change direction of gradient in css to horizontal code example
Example: css horizontal gradient background color
.foo {
background-image: linear-gradient(red, blue);
}
.foo {
background-image: linear-gradient(red, blue);
}