linear-gradient的角度与百分比

目录 1、角度 2、百分比 3、测试代码 1、角度 垂直向上方向是0度,顺时针方向选中与垂直向上造成的夹角是角度。css 注意,标准的语法是不支持起使方向,例如:html background: linear-gradient(top, red, blue); 若是要使用起使角度,家私用前缀:web background: -ms-linear-gradient(top, red, blue);
相关文章
相关标签/搜索