รายละเอียดของการตอบ ::
ความไม่เป็นมาตรฐานเดียวกันครับ ลำบาก
background-image: linear-gradient(bottom, rgb(85,22,106) 15%, rgb(111,49,138) 58%);
background-image: -o-linear-gradient(bottom, rgb(85,22,106) 15%, rgb(111,49,138) 58%);
background-image: -moz-linear-gradient(bottom, rgb(85,22,106) 15%, rgb(111,49,138) 58%);
background-image: -webkit-linear-gradient(bottom, rgb(85,22,106) 15%, rgb(111,49,138) 58%);
background-image: -ms-linear-gradient(bottom, rgb(85,22,106) 15%, rgb(111,49,138) 58%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.15, rgb(85,22,106)),
color-stop(0.58, rgb(111,49,138))
);