码迷,mamicode.com
首页 > Web开发 > 详细

html-背景图片

时间:2018-12-10 14:04:27      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:height   src   round   col   com   分享图片   效果图   info   size   

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <style>
        *{
            margin: 0px;
            padding: 0px;
        }
        .da{
            border: 1px solid black;
            height: 400px;
            width: 800px;
            margin: 20px auto;
            background: url("image2/2.png");
            background-repeat: no-repeat;
            background-size: 200px;
            background-position: right 40px;
        }
    </style>
</head>
<body>
    <div class="da"></div>

</body>
</html>

效果图:

  技术分享图片

 

html-背景图片

标签:height   src   round   col   com   分享图片   效果图   info   size   

原文地址:https://www.cnblogs.com/cxhzy/p/10095691.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!