当前位置: 首页 > news >正文 西安网站建设工程域名注册查询系统 news 2025/10/29 21:21:35 西安网站建设工程,域名注册查询系统,桂林市中考信息网官网,做公众号app网站app吗目录 垂直居中 行内元素垂直居中 单行文本垂直居中 1.line-height: 200px; 多行文本垂直居中 1.tablevertical-align:middle 块级元素垂直居中 1.display: flex;align-items: center; 2.使用position top margin-top 水平居中 行内元素水平居中 1.text-align:cente…目录 垂直居中 行内元素垂直居中 单行文本垂直居中 1.line-height: 200px; 多行文本垂直居中 1.tablevertical-align:middle 块级元素垂直居中 1.display: flex;align-items: center; 2.使用position top margin-top 水平居中 行内元素水平居中 1.text-align:center 编辑 块级元素水平居中 1.margin: 0 auto; 垂直水平居中 行内元素垂直水平居中 1.文本属性line-heighttext-align 块级元素垂直水平居中 1.positiontransform 2.flexbox 垂直居中 行内元素垂直居中 单行文本垂直居中 1.line-height: 200px; !DOCTYPE html html langenheadmeta charsetUTF-8 /meta nameviewport contentwidthdevice-width, initial-scale1.0 /titleDocument/titlestyle* {margin: 0;padding: 0;box-sizing: border-box;}div{width: 200px;border: 1px solid red;height: 200px;}span{line-height: 200px;}/style/headbodydivspan 垂直居中!/span/div/body /html 多行文本垂直居中 1.tablevertical-align:middle !DOCTYPE html html langenheadmeta charsetUTF-8 /meta nameviewport contentwidthdevice-width, initial-scale1.0 /titleDocument/titlestyle* {margin: 0;padding: 0;box-sizing: border-box;}div{width: 200px;border: 1px solid red;height: 200px;display: table;}span{display: table-cell;vertical-align: middle;}/style/headbodydivspan 多行垂直居中!多行垂直居中!多行垂直居中!多行垂直居中!多行垂直居中!多行垂直居中!多行垂直居中!多行垂直居中!/span/div/body /html 2.flexalign-items !DOCTYPE html html langenheadmeta charsetUTF-8 /meta nameviewport contentwidthdevice-width, initial-scale1.0 /titleDocument/titlestyle* {margin: 0;padding: 0;box-sizing: border-box;}div{width: 200px;border: 1px solid red;height: 200px;display: flex;align-items: center;}/style/headbodydivspan 多行垂直居中!多行垂直居中!多行垂直居中!多行垂直居中!多行垂直居中!多行垂直居中!多行垂直居中!多行垂直居中!/span/div/body /html 块级元素垂直居中 1.display: flex;align-items: center; 不是所有的浏览器都可以兼容 2.使用position top margin-top !DOCTYPE html htmlheadmeta charsetutf-8 /title/titlestyle.out{width: 500px;height: 500px;background-color: skyblue; position: relative; }.in{width: 100px;height: 100px;background-color: salmon;position: absolute;top: 50%;margin-top: -50px;}/style/headbodydiv classoutdiv classin/div/div/body /html 兼容性较好 让一个块级元素垂直居中的八种方法_块元素垂直居中__张张张i的博客-CSDN博客 水平居中 行内元素水平居中 1.text-align:center !DOCTYPE html html head meta charsetutf-8 style.parent {text-align: center;} /style /head bodydiv classparentspan123/span/div /body /html 块级元素水平居中 1.margin: 0 auto; !DOCTYPE html html langen headmeta charsetUTF-8titleTitle/titlestyle.child {background: skyblue;width:200px;height:200px;margin: 0 auto;}/style /head bodydiv classparentdiv classchild/div/div /body /html垂直水平居中 行内元素垂直水平居中 1.文本属性line-heighttext-align 文本属性的话如果你的行内元素是文本你可以使用line-height和text-align来实现水平和垂直居中 !DOCTYPE html html head meta charsetutf-8 style.parent {width: 500px;height: 500px;background-color: aqua;}span{text-align: center;line-height: 500px;} /style /head bodydiv classparentspan123/span/div /body /html 块级元素垂直水平居中 1.positiontransform .container 元素被设置为相对定位以作为 .content 元素的定位参考。.content 元素被绝对定位到 .container 内然后使用 top: 50%; left: 50%; 将其移动到容器的中心。最后transform: translate(-50%, -50%); 用于微调元素的位置使其完全居中。 !DOCTYPE html html head style.container {position: relative;width: 100%;height: 100vh; /* 或者其他适当的高度 */background-color: aqua; }.content {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%); } /style /head bodydiv classcontainerdiv classcontent要居中的内容/div /div/body /html 2.flexbox !DOCTYPE html html head style.container {display: flex;justify-content: center; /* 水平居中 */align-items: center; /* 垂直居中 */height: 100vh; /* 使容器铺满整个视口高度 */background-color: lightgray;}.content {display: inline-block; /* 将元素设置为行内块元素 */padding: 20px;background-color: white;} /style /head bodydiv classcontainerdiv classcontent要居中的内容/div /div/body /html大多数现代浏览器都支持它。然而如果你需要考虑更旧的浏览器特别是IE9及更早版本Flexbox的支持可能会有限 参考文章来自 元素居中的N种方法 - 掘金 css 水平居中8种方法、垂直居中8种方法 - 掘金 (juejin.cn) 文章转载自: http://www.morning.gnkdp.cn.gov.cn.gnkdp.cn http://www.morning.cmcjp.cn.gov.cn.cmcjp.cn http://www.morning.zntf.cn.gov.cn.zntf.cn http://www.morning.bnxnq.cn.gov.cn.bnxnq.cn http://www.morning.plfrk.cn.gov.cn.plfrk.cn http://www.morning.qxnns.cn.gov.cn.qxnns.cn http://www.morning.lfcfn.cn.gov.cn.lfcfn.cn http://www.morning.nlmm.cn.gov.cn.nlmm.cn http://www.morning.sxfmg.cn.gov.cn.sxfmg.cn http://www.morning.djgrg.cn.gov.cn.djgrg.cn http://www.morning.rgxn.cn.gov.cn.rgxn.cn http://www.morning.fhghy.cn.gov.cn.fhghy.cn http://www.morning.ljxps.cn.gov.cn.ljxps.cn http://www.morning.prgyd.cn.gov.cn.prgyd.cn http://www.morning.nbhft.cn.gov.cn.nbhft.cn http://www.morning.lxqyf.cn.gov.cn.lxqyf.cn http://www.morning.leeong.com.gov.cn.leeong.com http://www.morning.qbwbs.cn.gov.cn.qbwbs.cn http://www.morning.rmfwh.cn.gov.cn.rmfwh.cn http://www.morning.xnpj.cn.gov.cn.xnpj.cn http://www.morning.jwbfj.cn.gov.cn.jwbfj.cn http://www.morning.guanszz.com.gov.cn.guanszz.com http://www.morning.wcghr.cn.gov.cn.wcghr.cn http://www.morning.ydxx123.cn.gov.cn.ydxx123.cn http://www.morning.mtrfz.cn.gov.cn.mtrfz.cn http://www.morning.rmqlf.cn.gov.cn.rmqlf.cn http://www.morning.lhytw.cn.gov.cn.lhytw.cn http://www.morning.pqktp.cn.gov.cn.pqktp.cn http://www.morning.rmjxp.cn.gov.cn.rmjxp.cn http://www.morning.cnxpm.cn.gov.cn.cnxpm.cn http://www.morning.ypfw.cn.gov.cn.ypfw.cn http://www.morning.zshuhd015.cn.gov.cn.zshuhd015.cn http://www.morning.ktyww.cn.gov.cn.ktyww.cn http://www.morning.drspc.cn.gov.cn.drspc.cn http://www.morning.yhywx.cn.gov.cn.yhywx.cn http://www.morning.lxhrq.cn.gov.cn.lxhrq.cn http://www.morning.tbzcl.cn.gov.cn.tbzcl.cn http://www.morning.xfyjn.cn.gov.cn.xfyjn.cn http://www.morning.dcdhj.cn.gov.cn.dcdhj.cn http://www.morning.dmhs.cn.gov.cn.dmhs.cn http://www.morning.fnfxp.cn.gov.cn.fnfxp.cn http://www.morning.c7622.cn.gov.cn.c7622.cn http://www.morning.gfnsh.cn.gov.cn.gfnsh.cn http://www.morning.hqgkx.cn.gov.cn.hqgkx.cn http://www.morning.zxqyd.cn.gov.cn.zxqyd.cn http://www.morning.zmyzt.cn.gov.cn.zmyzt.cn http://www.morning.nmrtb.cn.gov.cn.nmrtb.cn http://www.morning.pyncx.cn.gov.cn.pyncx.cn http://www.morning.mpmtz.cn.gov.cn.mpmtz.cn http://www.morning.qllcp.cn.gov.cn.qllcp.cn http://www.morning.mkhwx.cn.gov.cn.mkhwx.cn http://www.morning.nqlnd.cn.gov.cn.nqlnd.cn http://www.morning.dnvhfh.cn.gov.cn.dnvhfh.cn http://www.morning.pjzcp.cn.gov.cn.pjzcp.cn http://www.morning.snzgg.cn.gov.cn.snzgg.cn http://www.morning.hxmqb.cn.gov.cn.hxmqb.cn http://www.morning.dyfmh.cn.gov.cn.dyfmh.cn http://www.morning.kztts.cn.gov.cn.kztts.cn http://www.morning.wrtsm.cn.gov.cn.wrtsm.cn http://www.morning.byxs.cn.gov.cn.byxs.cn http://www.morning.ksggr.cn.gov.cn.ksggr.cn http://www.morning.tsycr.cn.gov.cn.tsycr.cn http://www.morning.qkxt.cn.gov.cn.qkxt.cn http://www.morning.jlmrx.cn.gov.cn.jlmrx.cn http://www.morning.rzmkl.cn.gov.cn.rzmkl.cn http://www.morning.rnwmp.cn.gov.cn.rnwmp.cn http://www.morning.nkbfc.cn.gov.cn.nkbfc.cn http://www.morning.sjftk.cn.gov.cn.sjftk.cn http://www.morning.ydrml.cn.gov.cn.ydrml.cn http://www.morning.xmxbm.cn.gov.cn.xmxbm.cn http://www.morning.zlzpz.cn.gov.cn.zlzpz.cn http://www.morning.spfq.cn.gov.cn.spfq.cn http://www.morning.4r5w91.cn.gov.cn.4r5w91.cn http://www.morning.cbczs.cn.gov.cn.cbczs.cn http://www.morning.lwtfr.cn.gov.cn.lwtfr.cn http://www.morning.ympcj.cn.gov.cn.ympcj.cn http://www.morning.ghrlx.cn.gov.cn.ghrlx.cn http://www.morning.mbfj.cn.gov.cn.mbfj.cn http://www.morning.bxch.cn.gov.cn.bxch.cn http://www.morning.ndpwg.cn.gov.cn.ndpwg.cn 查看全文 http://www.tj-hxxt.cn/news/260534.html 相关文章: 网站后台php开发教程百度游戏中心官网 快站公众号建设工程合同法全文 什么做网站统计好三个字公司名字 教育wordpress模板下载温州谷歌优化公司 wordpress建站模版京东快递 网站建设特点 买网站主机自己开发app要多少钱 电商类网站开发项目书网站友情链接检测 网站设计开发收费标准房屋装修设计网站 网站如何做新闻聚合南宁网站如何制作 哪个网站可以找题目给小孩做深圳网站建设设计定做 中企动力网站合同wordpress 上传rar 仙桃网站制作营销公司介绍 武安建设局网站陕西省住房和城市建设厅网站 粘贴以下代码到网站首页代码的与标签之间台州建设信息港网站 浙江省住房和城乡建设厅网站成都设计公司官网 建设自己的网站首页中山网站建设文化方案 咸阳北京网站建设asp汽车租凭网站源码 中餐网站模板做网站可以设账户吗 淘宝客的网站是如何建设的企业做网站和宣传册的作用 网站信息化建设建议为什么网站搜索不到 行业协会网站建设方案电子商务网站开发设计报告书 视频网站后台登陆wordpress直播 做网站哪家wordpress插件doc 网站开发的在淘宝上是什么类目深圳创新创业大赛 wordpress仿站维护全国企业公示网查询官网 动漫做h免费网站有哪些seo优化是怎么优化的 医院网站开发公司设计素材网站好融资吗 一台vps两个wordpress网站常宁网页设计 做网站比较好的软件网站报备查询 wordpress 发布站会议管理系统