【发布时间】:2017-01-04 12:58:08
【问题描述】:
我想用 CSS(或 SVG)创建附加的 div 元素的背景图片。
div.target {
background-image: linear-gradient(
to right bottom,
transparent 50%,
#00BCD4 50%
);
我想用 CSS(或 SVG)创建的 div 元素的背景图片
【问题讨论】:
-
我选择了最佳答案。
标签: css svg css-shapes linear-gradients