Is there a way to margin an anchor in css?

前端 未结 5 1107
你的背包
你的背包 2021-02-12 12:18

I have a fixed header height 50px. In my body, I have a lot of anchors. The problem is that, when I click on links pointing to anchors, the anchor appears under my fixed header

5条回答
  •  孤街浪徒
    2021-02-12 12:31

    For Pure CSS solution just use another div with oposited margin :)

    
    
    

提交回复
热议问题