小编Ame*_*eer的帖子

如何通过滚动固定页脚

我正在设置页脚,并且即使在页面顶部,页脚仍然可见,我希望将其固定在底部

我尝试使用position:fixed,flex但是它们都不起作用

footer
    {   
    margin-bottom:0px; 
        background-color: black;
        background-color:rgb(11,132,69);
        color: white; 
        
    }
Run Code Online (Sandbox Code Playgroud)
<footer class="container-fluid text-center">
Some text
</footer>
Run Code Online (Sandbox Code Playgroud)

html css

-1
推荐指数
1
解决办法
99
查看次数

标签 统计

css ×1

html ×1