level 1
名字不好取嗯嗯
楼主
<html>
<head>
<title>无标题文档</title>
<style type="text/css">
.a1{
border:1px solid #000000;
width:300px;
height:300px;
display:inline-block;
margin:0px;
}
.a2{
border:1px solid #000000;
width:1300px;
height:300px;
}
</style>
</head>
<body>
<div class="a2"></div>
<div class="a1">asd</div>
<div class="a1"></div>
<div class="a1"></div>
</body>
</html>
2021年08月11日 03点08分
1
<head>
<title>无标题文档</title>
<style type="text/css">
.a1{
border:1px solid #000000;
width:300px;
height:300px;
display:inline-block;
margin:0px;
}
.a2{
border:1px solid #000000;
width:1300px;
height:300px;
}
</style>
</head>
<body>
<div class="a2"></div>
<div class="a1">asd</div>
<div class="a1"></div>
<div class="a1"></div>
</body>
</html>
