有域名有服务器怎么建站,网页升级请记住新域名,丁香园做科室网站,做商城网站应该用什么程序footer通常写版权信息等#xff0c;显示在页面底部。如果页面内容过少#xff0c;则footer会出现在屏幕中间位置#xff0c;很尴尬。在 Tailwind 中#xff0c;你可以使用flex来实现footer保持在屏幕或页面底部。
代码#xff1a;
div classflex flex-col min…footer通常写版权信息等显示在页面底部。如果页面内容过少则footer会出现在屏幕中间位置很尴尬。在 Tailwind 中你可以使用flex来实现footer保持在屏幕或页面底部。
代码
div classflex flex-col min-h-screenslot /footer classfooter footer-center p-4 bg-base-300 text-base-content mt-autoasidepCopyright © 2023 - All right reserved by airoom.chat/p/aside/footer
/div用flex包裹全部页面内容footer设置类名mt-auto 即可。
参考playground