背景图片

Posted chenchen-12

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了背景图片相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
    <meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
    <style type="text/css" media="screen" id="test">
        div{
            width:600px;
            height:600px;
            border: 1px solid #999;
            background-position:center;
            background-repeat:no-repeat;
        }
        .test1{
            background-color:#DDD;
            background-image:url("1.jpg");
            float:left;
            
        }
        .test2{
            background-image:url("2.png");
            /*知识点*/
            background-size:50% 50%;
            float:left;
        }
        .test3{
            background-image:url(3.jpg);
            float:right;
        }
    </style>
</head>
<body>
    <div id="test" class="test1">
        
    </div>
    <div id="test" class="test2">
        
    </div>
    <div id="test" class="test3">
        
    </div>
</body>
</html>

技术分享图片

 

以上是关于背景图片的主要内容,如果未能解决你的问题,请参考以下文章

如何在 MS Word 文档中显示代码片段,因为它在 *** 中显示(滚动条和灰色背景)

VsCode 代码片段-提升研发效率

AlertDialog 更改片段中的背景颜色 [重复]

使用 Kotlin 更改片段中的按钮背景

CardView 不在披萨片段中显示图片

HTML代码片段