您当前的位置: 首页 >  css

王佳斌

暂无认证

  • 4浏览

    0关注

    821博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

CSS 将导航栏固定在窗口的顶部(fixed)

王佳斌 发布时间:2020-07-10 17:15:54 ,浏览量:4

在这里插入图片描述header / footer 固定住。


header
main
footer

      .header{
         position: fixed;
         top:0;
         width: 100%;
         height: 30px;
         background-color: red;
      }
      .footer{
         position: fixed;
         bottom: 0;
         width: 100%;
         height: 30px;
         background-color: red;
      }
      .main{
         margin-top: 35px;
         min-height: 1000px;
         background-color: yellow;
      }
关注
打赏
1665568777
查看更多评论
立即登录/注册

微信扫码登录

0.0443s