如题。
css 有一个属性,background-image
,能够通过它的值 linear-gradient
为其设置突变属性。用法如下:
background-image: linear-gradient(direction, color-stop1, color-stop2, ...);
其中第一个参数,方向,能够指定,to top/bottom/right
等,也能够指定一个固定角度,例如90deg
。当咱们指定一个角度时候,如何了解这个角度呢?话不多说,间接上图(点击图片查看具体):