美文网首页
自定义背景12方格平铺

自定义背景12方格平铺

作者: 游侠war | 来源:发表于2021-11-17 13:14 被阅读0次
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title></title>
    </head>
    <body>
        <div class="dd">

        </div>
    </body>
    <style type="text/css">
        .dd {
            background-image: linear-gradient(90deg,
                    rgba(180, 180, 180, 0.15) 1px,
                    rgba(0, 0, 0, 0) 1px),
                linear-gradient(rgba(180, 180, 180, 0.15) 1px, rgba(0, 0, 0, 0) 1px);
            background-size: 8.3% 100px;
            height: 100vh;
        }
    </style>
</html>

相关文章

网友评论

      本文标题:自定义背景12方格平铺

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