A.background:linear-gradient(left,#ff0,0%,#f00,100%); B.background:linear-gradient(top,#ff00%,#f00100%); C.background:linear-gradient(left,#ff00%,#f00100%); D.background:linear-gradient(top,#ff0,0%,#f00,100%);
A.陰影的尺寸 B.水平陰影的位置 C.垂直陰影的位置 D.陰影的顏色
A.width:0;height:0;border:10pxsolidtransparent;border-top-color:#00f; B.width:10px;height:10px;border:10pxsolid#00f;border-top-color:transparent; C.width:0;height:0;border:10pxsolidtransparent;border-bottom-color:#00f; D.width:10px;height:10px;border:0pxsolid#00f;border-bottom-width:10px;