看不明白啊
谁能通俗的讲解一下?
谁能通俗的讲解一下?
2016-07-04
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>边距</title> <style type="text/css"> div{ width:300px; height:300px; border:1px solid red; } #box1{margin-bottom:30px;} </style> </head> <body> <div id="box1">宝马车</div> <div id="box2">奥迪车</div> </body> </html>
举报