码迷,mamicode.com
首页 > 其他好文 > 详细

页面布局

时间:2021-03-18 14:16:42      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:rap   code   enter   div   多少   pos   lan   背景   header   

基础居中布局

    .wrap{
        width:1000px;
        margin:0 auto;
    }

</style>
<div class="nav wrap"></div>
<div class="header wrap"></div>
<div class="footer wrap"></div>

无论屏幕大小多少,都能看到中间的主要内容并居中显示

背景居中

<style>
    body{
        margin:0;
        padding:0;
    }
    .box{
        height:400px;
        min-width:1000px;
        background-image:图片地址;
        background-position:center -80px;
    }
</style>
<div class="box">
</div>

有缺点,关键为center

页面布局

标签:rap   code   enter   div   多少   pos   lan   背景   header   

原文地址:https://www.cnblogs.com/fuyanz/p/14551089.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!