set fixed spacing for flexbox list

后端 未结 5 1045
迷失自我
迷失自我 2021-01-25 06:38

i noticed that on my firefox the distance between the bottom of the website and the list for links(terms,about...) is really large, i cannot seem to figure out what to specify i

5条回答
  •  有刺的猬
    2021-01-25 06:42

    It would be easier to create this entire page than to fix each and every css bugs !

    Add this at the very top of your Css below body styling

    footer {
      position: fixed;
      bottom: 0;
      margin-bottom: 2vh;
      width: 100%;
    }
    

    Well i couldnt perform the surgery but applied a little band aid on the injury ! this will stop the bleeding for a while until you walk again .

提交回复
热议问题