<!DOCTYPE html><html> <head> <meta http-equiv="Content-Type"content="text/html;charset=utf-8"> <title>无标题文档</title> <style> .box1{width:100px;height:100px:background:red;} .box2{width:200px;height:200px:background:blue;} </style> </head> <body> <div class="box1"></div> <div class="box2"></div> </body></html>
- 2 回答
- 0 关注
- 2537 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消