css linear gradient color-stop code example
Example 1: linear gradient css background image
background-image: url("IMAGE_URL"), linear-gradient(#eb01a5, #d13531);
Example 2: linear-gradient
background: linear-gradient(to left, #333, #333 50%, #eee 100%);