0
点赞
收藏
分享

微信扫一扫

css背景渐变与背景图片并存

白衣蓝剑冰魄 2022-03-11 阅读 141
css
.box
{
background: url(../../static/img/maozi.png) 150px center no-repeat,linear-gradient(to bottom,#238942,#23098a);
}
举报

相关推荐

0 条评论