how to make gradient color to an element css code example
Example 1: html css background linear-gradient
#background {
background-image: linear-gradient(to left, #4B2C4C , #151F28);
}
Example 2: linear gradient css
/* www.gradientmagic.com will help with producing gradients */