麻烦老师看看

来源:2-18 编程练习

陈孝芳

2019-11-02 17:24:59

<!DOCTYPE html>

<html>

<head>

    <meta charset="UTF-8">

    <title>background-image</title>

    <style type="text/css">

        /*此处写代码*/

        div{

            background:url("http://climg.mukewang.com/582c3b780001a95103000090.jpg") center top,

            url("http://climg.mukewang.com/582c3b6d0001197603000090.jpg") center 100px,

            url("http://climg.mukewang.com/582c3b61000122dd03000090.jpg") center 200px;

            width:300px;

            height:300px;

            background-repeat:no-repeat;

        }

    </style>

</head>

<body>

    <!-- 此处写代码 -->

   <div></div>

</body>

</html>


写回答

1回答

好帮手慕糖

2019-11-02

同学你好,效果实现没有问题,继续加油!

祝学习愉快!

0

0 学习 · 40143 问题

查看课程

相似问题