网页居中显示

网页居中显示的实现方式,只需两行css代码即可实现:
narrow {
    margin: 0 auto;
    max-width: 700px;
}

你可能感兴趣的:(css,div居中,html居中,页面居中)