css gradient css code example
Example 1: linear-gradient
background: linear-gradient(to left, #333, #333 50%, #eee 100%);
Example 2: gradient css
background: repeating-linear-gradient(to right top, rgb(0, 102, 255), rgb(0, 204, 255));
background: linear-gradient(to left, #333, #333 50%, #eee 100%);
background: repeating-linear-gradient(to right top, rgb(0, 102, 255), rgb(0, 204, 255));