有一个工作代码:
background:url('/wp-content/images/flag.png') #c6e3fe 7% 10px no-repeat;
但我想在这种情况下加入渐变:
background:url('/wp-content/images/flag.png') linear-gradient(to bottom, #ffffff 0%,#c6e3fe 100%) 7% 10px no-repeat;
结构停止工作。
是否可以在此设计中添加渐变?
JSFiddle 上的示例
放一个逗号,一切都会奏效。