2、在top、c、end设的三个背景中,是不是设定的高度超过了图片的高度。
3、要学会简写代码。
margin-left:auto
margin-right:auto
margin:0px
border:0px
padding:0px
border:0px
这个在body中写了,body包含“top、c、end。所以在这三个的css样式中就不用写了。
4、还有:
margin-left:auto
margin-right:auto
这个用:margin:0 auto;代替即可。
2、在top、c、end设的三个背景中,是不是设定的高度超过了图片的高度。
3、要学会简写代码。
margin-left:auto
margin-right:auto
margin:0px
border:0px
padding:0px
border:0px
这个在body中写了,body包含“top、c、end。所以在这三个的css样式中就不用写了。
4、还有:
margin-left:auto
margin-right:auto
这个用:margin:0 auto;代替即可。