css o gradient effects code example
Example 1: linear-gradient
background: linear-gradient(to left, #333, #333 50%, #eee 100%);
Example 2: double color background css
background: linear-gradient(<angle>, color1 color1-stop-at, color2 color2-start-at);