Lines in CSS have no notion of a “fill”, only “stroke”. ... 1 * { 2 stroke: blue; 3 stroke-width: 3px; 4 stroke-dasharray: 5 2; 5 } ...
確定! 回上一頁