2-11编程练习
来源:2-11 编程练习
慕标4519152
2018-12-21 00:52:01
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Document</title> <style> *{ padding: 0; margin: 0; } .test{ width: 100px; height: 100px; background: red; /*此处写代码*/ position:absolute; right:200px; bottom:100px; } </style> </head> <body> <div class="test"></div> </body> </html>
1回答
山河远阔ZZ
2018-12-21
同学你好,经测试,效果已经实现,继续加油!
相似问题