2

背景小图片和文字居中

<!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>BGC</title>
    <style>
        h1 {
            width: 133px;
            height: 30px;
            background-image: url(./图标.png);
            background-repeat: no-repeat;
            background-position: left center;
            /* text-decoration: normal; */
            font-weight: 400;
            font-size: 12px;
            text-indent: 3em;
            text-align: center;
            line-height: 30px;
        }
    </style>
</head>

<body>
    <h1>我是一张背景图片</h1>
</body>

</html>

 

posted @ 2021-08-17 10:06  LY21  阅读(36)  评论(0)    收藏  举报