scss gradient to image code example
Example 1: linear-gradient
background: linear-gradient(to left, #333, #333 50%, #eee 100%);
Example 2: linear gradient css
/* www.gradientmagic.com will help with producing gradients */
background: linear-gradient(to left, #333, #333 50%, #eee 100%);
/* www.gradientmagic.com will help with producing gradients */