background

background: background-color background-image background-repeat background-position / background-size

div
  { 
  background: #00FF00 url(bgimage.gif) no-repeat 0 0 / 100% 100%;
 background: #00FF00 url(bgimage.gif) no-repeat center top / 100% auto;
 background: #00FF00 url(bgimage.gif) no-repeat 0 0 / auto 50%;
}
posted @ 2020-11-03 10:56  shine_lovely  阅读(85)  评论(0编辑  收藏  举报