好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

让div居中对齐的css样式_html/css_WEB-ITnose

Code

.align-center{
margin:0 auto; /* 居中 这个是必须的,,其它的属性非必须 */
width:500px; /* 给个宽度 顶到浏览器的两边就看不出居中效果了 */
background:red; /* 背景色 */
text-align:center; /* 文字等内容居中 */
}

居中div效果

查看更多关于让div居中对齐的css样式_html/css_WEB-ITnose的详细内容...

  阅读:38次