gradient background css for all browsers

Solutions on MaxInterview for gradient background css for all browsers by the best coders in the world

showing results for - "gradient background css for all browsers"
Matteo
13 May 2018
1background-image: -webkit-linear-gradient(top, #0C93C0, #FFF); 
2background-image:    -moz-linear-gradient(top, #0C93C0, #FFF); 
3background-image:     -ms-linear-gradient(top, #0C93C0, #FFF); 
4background-image:      -o-linear-gradient(top, #0C93C0, #FFF); 
5background-image:         linear-gradient(top, #0C93C0, #FFF);
similar questions
create css 3d gradient