CSS如何居中

来源:百度知道 编辑:UC知道 时间:2024/05/31 03:17:33
cuslist{width:1003px;height:21px;background-image:url(index_c_r1.jpg);text-align:center;font-weight:bold; padding:7px 0 0 0;}
这段代码 帮我看下 怎么居中

你要把什么剧中,背景图片吗?那就用background:url(index_c_r1.jpg) no-repeat center;

如要把背景居中,就background:url(index_c_r1.jpg) no-repeat center
如果要cuslist居中是
body{tex-align:center;}
cuslist{width:1003px;height:21px;background-image:url(index_c_r1.jpg);text-align:left;font-weight:bold; padding:7px 0 0 0;margin:0 auto;}

用background:url(index_c_r1.jpg) no-repeat center