kraken icon indicating copy to clipboard operation
kraken copied to clipboard

支持多 background-image

Open temper357 opened this issue 2 years ago • 0 comments

CSS background 属性支持配置多个 background-image https://www.w3.org/TR/css-backgrounds-3/#layering

background-image: url(flower.png), url(ball.png), url(grass.png);
background-position: center center, 20% 80%, top left, bottom right;
background-origin: border-box, content-box;
background-repeat: no-repeat;

temper357 avatar Mar 28 '22 08:03 temper357