您好,登錄后才能下訂單哦!
給左邊的<div>添加float屬性,float:left;
********************************************************************************
<head>
<style>
body{
width:30em;
height:30em;
}
#bigBox{
background-color: #fffccf;
width:19em;
height: 10em;
margin-left: 3em;
margin-top: 3em;
border:1px solid #5B75B7;
}
#smallBox_1{
background-color:rgb(169,191,93);
width:5em;
height:2em;
padding-left: 1em;
padding-top: 1em;
margin-right: 2em;
margin-left:1em;
margin-top:1em;
border:1px solid #5B75B7;
float:left;
}
#smallBox_2{
background-color:rgb(162,111,93);
width:3em;
height:3em;
margin-left: 8em;
margin-top: 1em;
border:1px solid #5B75B7;
}
</style>
</head>
<body>
<div id="bigBox">
<div id="smallBox_1"></div>
<div id="smallBox_2"></div>
</div>
</body>
*********************************************************************************
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。