写个简单的,div可以居中的html_html/css
来源:动视网
责编:小采
时间:2020-11-27 16:36:35
写个简单的,div可以居中的html_html/css
写个简单的,div可以居中的html_html/css_WEB-ITnose: hello world *{ margin:0;padding:0; font-sise:12px; } .top{ width:100%;height:100px;background:red; } .top .t_header{ margin:0 auto; width:1000px; height:100px; border:solid blue 1px; text-align:center; } 居中层 2016-1-18 实验,怎么用记事
导读写个简单的,div可以居中的html_html/css_WEB-ITnose: hello world *{ margin:0;padding:0; font-sise:12px; } .top{ width:100%;height:100px;background:red; } .top .t_header{ margin:0 auto; width:1000px; height:100px; border:solid blue 1px; text-align:center; } 居中层 2016-1-18 实验,怎么用记事

hello world
居中层
2016-1-18 实验,怎么用记事本简单规范写一个html,和怎么简单规范div居中。