前言:
现在我们对“cssminheight”大概比较关心,我们都需要了解一些“cssminheight”的相关资讯。那么小编在网络上汇集了一些有关“cssminheight””的相关内容,希望小伙伴们能喜欢,大家一起来学习一下吧!添加style
<style type="text/css"> html { position: relative; min-height: 100%; } body { margin-bottom: 60px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 60px; background-color: #f5f5f5; }</style>............</div><footer class="footer"> <div style="text-align:center;"> Copyright 2019 by Ben </div></footer></body>
image.png
效果图,不管窗口放大还是调小,footer 都会 显示在最底也,也不会覆盖content 里面的内容。
版权声明:
本站文章均来自互联网搜集,如有侵犯您的权益,请联系我们删除,谢谢。
标签: #cssminheight