background gradient background

background:linear-gradient (starting direction, color 1, color 2,...);

  • The background gradient must add the browser private prefix

background:-webkit-linear-gradient(left,red,blue);

background:-webkit-linear-gradient(left top,red,blue);

Guess you like

Origin blog.csdn.net/d1063270962/article/details/107894342