CSS图片居中和导航栏居中实例

首先是导航栏居中

        .three {
        	width: 1000px;
        	height: 60px;
        	border-top: 1px solid #d6d6d6;
        	margin:0 auto; /*居中*/       	
        }

然后是图片居中

        .four {
        	width: 1200px;
        	height: 367px;
        	margin:0 auto;
        }

网页的实战




	s
	


	
"biaotou">
"zero">
"one"> "image/logo.png">
"two"> "#">旧版网页 English Version "seach" type="" name=""/>
"four"> "image/shida.jpg">

这次实战的收获

  • 类选择器
  • .center {text-align: center}

"center"> This heading will be center-aligned

"center"> This paragraph will also be center-aligned.

你可能感兴趣的:(成长方向)