1.文字垂直剧中
.header_item{
height:30px;
line-height:30px;
}
2.块元素垂直居中于父元素
.header_wrap{ //父
position:relative; //在父元素设置其子元素可以相对它对齐
}
.header_logo{ //子
position:absolute;
top:50%;
height:40px;
margin-top:-20px; //高的一半
}
3.块元素(容器)水平居中
.header_wrap{
margin:0 auto;
}
第一屏样式总结
1.块元素水平剧中
margin:0 auto;
负边距居中
width:100px;
left:50%;margin-left:-50px;
2.背景图覆盖模式
background-size:cover; //背景颜色全面