CSS+DIV设计实例:实现让多个DIV排列时居中_html/css
来源:懂视网
责编:小采
时间:2020-11-27 15:41:44
CSS+DIV设计实例:实现让多个DIV排列时居中_html/css
CSS+DIV设计实例:实现让多个DIV排列时居中_html/css_WEB-ITnose: Untitled Document body {text-align:center} #outer { width:60%; background:#ffffcc; margin:auto; text-align:center; } .inner { width:100px; height:100px; margin:5px; border:1px solid #000; } * html .inner {display:inline}/* for ie*/ h
导读CSS+DIV设计实例:实现让多个DIV排列时居中_html/css_WEB-ITnose: Untitled Document body {text-align:center} #outer { width:60%; background:#ffffcc; margin:auto; text-align:center; } .inner { width:100px; height:100px; margin:5px; border:1px solid #000; } * html .inner {display:inline}/* for ie*/ h
Untitled Document test
2
3
4
5
6
7
8
9
10
11
12
13
声明:本网页内容旨在传播知识,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
CSS+DIV设计实例:实现让多个DIV排列时居中_html/css
CSS+DIV设计实例:实现让多个DIV排列时居中_html/css_WEB-ITnose: Untitled Document body {text-align:center} #outer { width:60%; background:#ffffcc; margin:auto; text-align:center; } .inner { width:100px; height:100px; margin:5px; border:1px solid #000; } * html .inner {display:inline}/* for ie*/ h