盒子嵌套

本文通过一个简单的HTML和CSS实例展示了如何使用内联块级元素创建嵌套的盒子布局效果。每个盒子都有不同的尺寸、边框样式及背景颜色。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<title>Document</title>

<style>

#box1{

width:50px;

height:50px;

background:#7FFF59;

display:inline-block;

border:5pxsolid #FFFD4B;

margin:10px;

}

#box2{

width:80px;

height:80px;

background:#FF9EDC;

display:inline-block;

border:1pxdashed white;

margin:5px;

}

#box3{

width:92px;

height:92px;

background:#FF9EDC;

display:inline-block;

border:1pxdashed white;

margin:10px;

}

#box4{

width:114px;

height:114px;

background:#FF9EDC;

display:inline-block;

border:5pxsolid #FF9EDC;

margin:10px;

}

#box5{

width:144px;

height:144px;

background:#F6F6F6;

display:inline-block;

border:5pxsolid #D2F0FD;

margin:10px;

}

#box6{

width:174px;

height:174px;

background:white;

display:inline-block;

border:1pxdashed black;

margin:10px;

}

</style>

</head>

<body>

<div id="box6">

<divid="box5">

<divid="box4">

<divid="box3">

<divid="box2">

<divid="box1"></div>

</div>

</div>

</div>

</div>

</div>

</body>

</html>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值