CSS Horizontal Gradient Background Color
.foo {
background-image: linear-gradient(red, blue);
}
Helpless Horse
.foo {
background-image: linear-gradient(red, blue);
}
background: linear-gradient(to left, #333, #333 50%, #eee 100%);