Sunday 18 August 2019

How to add gradient to a background

#grad1{
 height :154px;
 background :-webkit-linear-gradient(white, orange);
 background :-o-linear-gradient(white, orange);
 background :linear-gradient(white, orange);
 }