您好,登錄后才能下訂單哦!
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>網頁標題</title>
<style>
body{
margin: 0px;
padding: 0px;
}
.uni{
width:200px;
height:200px;
/*浮動:方向*/
float: left;
}
#first{
background:yellow;
margin-right: 10px;
margin-bottom: 10px;
}
#second{
background:red;
margin-bottom: 10px;
}
#third{
background:red;
margin-right: 10px;
}
#fourth{
background:yellow;
}
div{}
</style>
</head>
<body>
<div >
<div id="first" class="uni">
</div>
<div id="second" class="uni">
</div>
<div id="third" class="uni">
</div>
<div id="fourth" class="uni">
</div>
</div>
</body>
</html>
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。