首页 相关文章 让div+css的div居中, 而里面的文字不居中的做法

让div+css的div居中, 而里面的文字不居中的做法

  让div+css的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"
head
title
做一个测试
/title
style type="text/css" rel="stylesheet"
body{
margin:0px;
}
#countainer{
margin:auto;
width:600px;
height:100%;
background-color:#cccccc;
}
/style
/head
body
div id="countainer"
中国
/div
/body
/html

  事实上, 这里的最关键的一个点在: countainer类的属性里的: margin:auto;...[ 查看全文 ]

2016-02-19 标签:

让div+css的div居中, 而里面的文字不居中的做法的相关文章

手机页面
收藏网站 回到头部