CSS垂直居中-dehua.Chen【点击查看详情】
CSS垂直居中-dehua.Chen:1.文本的水平垂直居中 line-height + text-align:center 1 div class='wrap'> 2 水平垂直居中水平垂直居中 3 div> 1 html,body{ 2 margin: 0; 3 } 4 .wrap{ 5 line-height: 400px; 6 text-a
相关视频/文章