我正在设置页脚,并且即使在页面顶部,页脚仍然可见,我希望将其固定在底部
我尝试使用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)