Display the initial CSS linear gradient property on page load. code example
Example: css horizontal gradient background color
.foo {
background-image: linear-gradient(red, blue);
}
.foo {
background-image: linear-gradient(red, blue);
}