css gradient generatort code example
Example 1: css gradient generator
background: linear-gradient(Direction (keyword or degrees), color1 10% (10% width), color2 width (it's not neccessary), ...);
Example 2: Gradient Color Code Generator
background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%);