码迷,mamicode.com
首页 > 其他好文 > 详细

错误页如何在页面居中

时间:2017-07-17 20:12:50      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:image   idt   play   center   height   type   分享   text   position   

<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title></title>
		<style type="text/css">
			*{margin: 0;padding: 0;}   //清除格式,不然会出现滚动条
			.wall{
				width: 100%;
				height:100%;
				position: absolute;
				display: flex;
				justify-content: center;
				align-items: center;
				background: #000000;
			}
		</style>
	</head>
	<body>
		<div class="wall" >
			<a href="#"><img src="img/404.jpg"/></a>
		</div>
	</body>
</html>

 技术分享

错误页如何在页面居中

标签:image   idt   play   center   height   type   分享   text   position   

原文地址:http://www.cnblogs.com/run666/p/7196920.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!