Hi Everybody,
Good day
Please see the following code and response.
background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
background: -moz-linear-gradient(top, #b9b9b9, #6a6a6a);
background: linear-gradient(-90deg, #b9b9b9, #6a6a6a);
Please let me know that what is gradient and linear-gradient? Why takes different values here like
1st line webkit-gradient(linear, left top, left bottom,
2nd line -moz-linear-gradient(top and
3rd line background: linear-gradient(-90deg,
No more, I am waiting for your kind response.
Thank you.