博客列表 >3月23日作业

3月23日作业

黑猫警长的博客
黑猫警长的博客原创
2018年03月26日 19:52:46554浏览

实例

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
	<style>
		
		.box1{
			width: 200px;
			height: 200px;
			background: #09f;
			text-align: center;
		}
		.box1 a{
			line-height: 200px;
		}
		.box2{
			width: 200px;
			height: 200px;
			background: #09f;
			text-align: center;
			display: table-cell;
			vertical-align: middle;
		}

	</style>
</head>
<body>
	<div class="box">
		<header></header>
		<div class="main">
			<h3>1垂直居中</h3>
			<div class="box1">
				<a href="">垂直居中</a>
			</div>

			<h3>2垂直居中</h3>
			<div class="box2">
				<p>垂直居中</p>
				<p>垂直居中</p>
			</div>

		</div>
		<footer></footer>
	</div>
</body>
</html>

运行实例 »

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

手抄代码

QQ图片20180326195206.jpg

QQ图片20180326195210.jpg

声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议