老师检查下

来源:2-4 编程练习

罗杰明

2020-01-07 15:15:08

    <html>
    <head>
            <meta charset="UTF-8">
            <title>网站测试</title>
            <style type="text/css">
                *{
                    padding:0px;
                    margin:0px;
                }
                .div1{
                    width:100px;
                    height:100px;
                    background-color:red;
                    position:absolute;
                    right:200px;
                    bottom:100px;
                }
            </style>
    </head>
    <body>
        <div class="div1"></div>
    </body>
    </html>

写回答

1回答

好帮手慕酷酷

2020-01-07

同学你好,代码完成的不错!继续努力!

如果我的回答解决了你的疑惑,请采纳!祝学习愉快!

0

0 学习 · 9666 问题

查看课程

相似问题