美文网首页
4.7 (案例) 多张背景图

4.7 (案例) 多张背景图

作者: 柒月柒日晴7 | 来源:发表于2017-06-08 00:05 被阅读0次
多张背景图.png
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>背景图位置</title>
    <style type="text/css">
    *{
        padding: 0;margin:0;
    }
div{
/*  background-image:url(images/1.jpg), url(images/2.jpg),url(images/3.jpg);
    background-repeat: no-repeat,no-repeat, no-repeat; 
    background-position: 25% 100%,center center, right top; */   
/*  background: url(images/1.jpg) 25% 100% no-repeat   ,url(images/2.jpg)  center center no-repeat  , url(images/3.jpg) right top no-repeat  ;*/
    background: url(images/z-shu.png) 0 0 no-repeat   ,url(images/z-shu.png)  0 100%  no-repeat  , url(images/z-shu.png) 100% 100% no-repeat , url(images/z-shu.png) 100% 0 no-repeat  ;
    width: 900px;        
    padding: 190px 0px; 
    }
    </style>
</head>
<body>
<div></div>
</body>
</html>

相关文章

网友评论

      本文标题:4.7 (案例) 多张背景图

      本文链接:https://www.haomeiwen.com/subject/ndczfxtx.html