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

Div内容居中

时间:2018-05-20 11:48:27      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:span   width   center   其它   ack   背景色   col   margin   nbsp   

 
<!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内容居中

标签:span   width   center   其它   ack   背景色   col   margin   nbsp   

原文地址:https://www.cnblogs.com/hongwei2085/p/9062659.html

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