当前位置:首页 » 《随便一记》 » 正文

2021-09-18_WZJZDZs的博客

15 人参与  2021年12月21日 08:36  分类 : 《随便一记》  评论

点击全文阅读


HTML

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title></title>
		<link rel="stylesheet" type="text/css" href="css/浮动.css"/>
	</head>
	<body>
		<div class="bigBox">
					<div class="box1">盒子1</div>
					<div class="box2">盒子2</div>
					<div class="box3">盒子3</div>
				</div>

	</body>
</html>

css

.bigBox {
	border: 2px solid black;
	font-size: 30px;
	overflow: hidden;
	margin: 0px none;
}

.box1 {
	width: 200px;
	height: 100px;
	background-color: red;
	/* display: inline-block; */
	float: right;
}

.box2 {
	width: 300px;
	height: 150px;
	background-color: green;
	/* display: inline-block;*/
	float: right;
} 

.box3 {
	width: 400px;
	height: 200px;
	background-color: yellow;
	/* display: inline-block; */
	float: right;


高大上的效果图

高大上


点击全文阅读


本文链接:http://zhangshiyu.com/post/31812.html

盒子  浮动  效果图  
<< 上一篇 下一篇 >>

  • 评论(0)
  • 赞助本站

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

关于我们 | 我要投稿 | 免责申明

Copyright © 2020-2022 ZhangShiYu.com Rights Reserved.豫ICP备2022013469号-1