其他分享
首页 > 其他分享> > 背景联系1

背景联系1

作者:互联网

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        .box1{
            width:990px;
            height:32px;
            background-image:url('./img/07/bg.png');
            background-repeat:repeat-x;
        }
    </style>
</head>
<body>
    <div class="box1">

    </div>
</body>
</html>

 

标签:repeat,联系,img,url,背景,image,background,990px
来源: https://www.cnblogs.com/sherryyuan/p/16440024.html