Div内容居中

Posted 清-华-园

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" lang="zh-cn"> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> 
<title>居中div演示效果</title> 
<style type="text/css"> 
.align-center{ 
margin:0 auto; /* 居中 这个是必须的,,其它的属性非必须 */ 
width:500px; /* 给个宽度 顶到浏览器的两边就看不出居中效果了 */ 
background:red; /* 背景色 */ 
text-align:center; /* 文字等内容居中 */ 
} 
</style> 
</head> 
<body> 
<div class="align-center">居中div演示效果</div> 
</body> 
</html> 

 

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

css 里面怎么让一个DIV居中 ?

div内容显示问题?

居中对齐(V & H)一个div和一个img在父div内?

将 div 居中对齐,并将其内容向左对齐

实现div内容水平垂直居中

当它们具有最大宽度时将 div 内容居中