📜  css 页脚始终位于底部但可见 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:45.045000             🧑  作者: Mango

代码示例1
/* Fix the footer to the bottom */
footer { position: fixed; }