css简单练习3

   日期:2020-11-01     浏览:104    评论:0    
核心提示:css简单练习3要求:淘宝首页框架布局 参考图片如下用div与浮动有关知识完成代码实现:<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> *{ margin: 0px; padding: 0rem; } #box1 { wi

css简单练习3

要求:淘宝首页框架布局 参考图片如下
用div与浮动有关知识完成

代码实现:

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title></title>
		<style type="text/css"> *{  margin: 0px; padding: 0rem; } #box1 {  width: 1200px; } .box1_left, .box1_center, .box1_right {  float: left; height: 800px; } .box1_left {  background-color: #00FFFF; width: 300px; } .box1_center {  background-color:aliceblue; width: 600px; height: 800px; } .box1_right {  background-color: crimson; width: 300px; } .c11 {  float: left; background-color: green; height: 360px; width: 260px; margin: 20px 20px; } .c12 {  float: left; background-color: yellow; height: 360px; width: 260px; margin: 20px 20px; } .c21 {  float: left; background-color: red; height: 360px; width: 180px; margin: 20px 10px; } .c22 {  float: left; background-color: lawngreen; height: 360px; width: 180px; margin: 20px 10px; } .c23 {  float: left; background-color: salmon; height:360px; width: 180px; margin: 20px 10px; } </style>
	</head>
	<body>
		<div></div>
		<div id="box1">
			<div class="box1_left">
				box1
			</div>

			<div class="box1_center">

				<div>
					<div class="c11"></div>
					<div class="c12"></div>
					<div style="clear: left;"></div>
				</div>
				<div>
					<div class="c21"></div>
					<div class="c22"></div>
					<div class="c23"></div>
					<div style="clear: left;"></div>
				</div>
			</div>

			<div class="box1_right">
				box3
			</div>
			<div style="clear: left;"></div>
		</div>
	</body>
</html>

运行结果:

 
打赏
 本文转载自:网络 
所有权利归属于原作者,如文章来源标示错误或侵犯了您的权利请联系微信13520258486
更多>最近资讯中心
更多>最新资讯中心
0相关评论

推荐图文
推荐资讯中心
点击排行
最新信息
新手指南
采购商服务
供应商服务
交易安全
关注我们
手机网站:
新浪微博:
微信关注:

13520258486

周一至周五 9:00-18:00
(其他时间联系在线客服)

24小时在线客服