Home  >  Article  >  Web Front-end  >  Div+Css排版绝对居中_html/css_WEB-ITnose

Div+Css排版绝对居中_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:29:26869browse













方法2:
body,html{
margin:0px; padding:0px;
}
#container{
position:relative;
left:50%;
width:700px;
margin-left:-350px;
padding:0px;
}
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn