b
bg7zag 的博客
cqcqcq,这里是BG7ZAG,会coding的HAM,分享生活趣事、建站技术、前端开发、汽车相关、deepin系统、业余无线电等!73!
bg7zag · 注册于 2026-09-17 · 457 博文 · 0 帖子 · 0 回复
筛选: 标签「Flex弹性布局」 ✕ 清除
Box垂直居中、Flex弹性布局
Box垂直居中: html: ``` <body> <section> <span>垂直水平居中</span> </section> </body> ``` css: ``` section{ display: -moz-box; display: -webkit-box; width:...