Put div below navigation bar and don't overlap content

前端 未结 5 1830
Happy的楠姐
Happy的楠姐 2021-02-04 10:44

My issue is that I fixed a navigation bar at the top of my webpage and it includes both side margins and top one. Below this navigation bar, I want to set an scrollable containe

5条回答
  •  失恋的感觉
    2021-02-04 11:18

    You can try the following codes:

    HTML Code:

    
    

    CSS Code:

    .navbar{
    border-radius: 0;
    }
    

提交回复
热议问题