DIV+CSS页面布局练习

 

<html>

<head>

<style>

body{text-align:center;}

div.qq{width:960px;height:1500px;background:yellow;margin:0 auto;text-align:left;} //定义整个页面居中

div.llz{width:750px;height:400px;background:black;float:left;} //定义两列布局,第一列左侧浮动    

div.lly{width:200px;height:400px;background:black;float:right;} //定义两列布局,第二列左侧浮动 

div.slz{width:310px;height:400px;background:gray;float:left;margin-right:15px;margin-top:20px;}//定义三列布局,第一列左侧浮动 

div.slc{width:310px;height:400px;background:gray;float:left;margin-right:15px;margin-top:20px;} //定义三列布局,第二列在第一列旁

div.sly{width:310px;height:400px;background:gray;float:right;margin-top:20px;}//定义三列布局,第三列右侧浮动

div.box{width:200px;height:50px;background:pink;float:left;margin-left:10px;margin-top:10px;}//定义多列布局,全部左侧浮动

</style>

</head>

<body>

<div class="qq">

<div class="llz"></div>

<div class="lly"></div>

<div class="slz"></div>

<div class="slc"></div>

<div class="sly"></div>

<div class="box"></div>

<div class="box"></div>

<div class="box"></div>

<div class="box"></div>

<div class="box"></div>

<div class="box"></div>

<div class="box"></div>

<div class="box"></div>

<div class="box"></div>

</div>

</body>

</html>

图片

 

图片

 图片

 

 选择器起名的时候,标记的类名直接使用,标记.类名,如果标记里嵌套标记,命名选择器 标记1  标记2.类名(空格)代表对标记1里的标记2中的类名给样式

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值