Horje
css multicolor background Code Example
linear-gradient
background: linear-gradient(to left, #333, #333 50%, #eee 100%);
css multicolor background
background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);
double color background css
background: linear-gradient(<angle>, color1 color1-stop-at, color2 color2-start-at);
linear gradient in CSS
The general syntax of linear-gradient is-
background: linear-gradient(gradient direction, color1 , color2 , color3, .....);

Forexample-
background: linear-gradient(46deg,green,blue,yellow,pink);

NOTE: (common mistake) we forget to write the semi-colon (;) 
multi colors in background in css
background: linear-gradient(110deg, #200303 60%, #03232b 60%);




Css

Related
link active css Code Example link active css Code Example
html disable spin buttons on input type number Code Example html disable spin buttons on input type number Code Example
css good background color Code Example css good background color Code Example
css bold weight Code Example css bold weight Code Example
border shorthand CSS Code Example border shorthand CSS Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9