【发布时间】:2021-08-21 08:03:56
【问题描述】:
我正在尝试移动渐变的左侧位置。但它不起作用。
即使添加了background-position 属性,它也不起作用。
header{
height:100px;
border:1px solid blue;
background: linear-gradient(to top, #e20e0e 50px, #0000 50px);
background-position-x: 50px;
}
<header></header>
【问题讨论】:
-
不明白你的问题:(你能提供一些关于你所期待的视觉效果吗?
标签: css