简述html 布局的原理,css布局原理与实现-2019年9月4日20时

1、实例演示如何消除子元素浮动造成父元素高度折叠的影响。

实例

html>

浮动

.box1 {

width: 250px;

border: 5px dashed rebeccapurple;

overflow: hidden;

}

.box2 {

width: inherit;

height: 300px;

background-color: lawngreen;

float: left;

}

运行实例 »

点击 "运行实例" 按钮查看在线实例

2、 实例演示三列布局的实现原理( 绝对定位实现, 浮动定位实现)。

实例

html>

Document

.box1 {

width: 300px;

height: 600px;

background-color: lawngreen;

}

.box2 {

width: 300px;

height: 600px;

background-color: lightcoral;

position: relative;

left: 300px;

top: -600px;

}

.box3 {

width: 300px;

height: 600px;

background-color: lightblue;

position: relative;

left: 600px;

top: -1200px;

}

运行实例 »

点击 "运行实例" 按钮查看在线实例

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值