DIV上下居中

Posted KEKE

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DIV上下居中相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<style type="text/css">
<!--设置DIV块的边界为5px-->
div{margin:5px;border:0;padding:0;}
#Box1{
    width:200px;
    height:72px;
    background-color:#666;
}
#Box2{
    width:200px;
    height:72px;
    background-color:#F0F;
}
</style>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>让上下两个DIV块之间有一定距离或没有距离</title>
</head>

<body>
<div id="Box1"></div>
<div id="Box2"></div>
</body>

</html>

 

以上是关于DIV上下居中的主要内容,如果未能解决你的问题,请参考以下文章

div文字左右上下居中方法

如何实现div的上下左右都居中?

如何实现div的上下左右都居中?

怎么让div中的div上下居中

如何让div内字体上下左右居中?

Div 与 CSS 如何实现上下居中