您当前的位置:首页 > css知识 > css常用知识

background背景

时间:2022-10-24 13:37:03    来源:    作者:
#example1 {
  background: url(tree.png) left top no-repeat, url(flower.gif) right bottom no-repeat, 
  	url(paper.gif) left top repeat;
  background-size: 50px, 130px, auto;
}
background:rgba(255, 255, 255, 1);
推荐资讯