当前位置: 首页 > news >正文

哈尔滨权威做网站网页模板免费html

哈尔滨权威做网站,网页模板免费html,企业网站wordpress和zblog,网站为什么做站外推广水平居中 文本居中 如果元素为行内元素,可以将父元素的text-align属性设置为center,这样子元素就会水平居中对齐 .text{text-align: center; }固定宽度的居中 如果元素宽度已知并固定,可以通过将左右margin设置为auto来实现水平居中。 .…

水平居中

  1. 文本居中
    • 如果元素为行内元素,可以将父元素的text-align属性设置为center,这样子元素就会水平居中对齐
.text{text-align: center;
}
  1. 固定宽度的居中
    • 如果元素宽度已知并固定,可以通过将左右margin设置为auto来实现水平居中。
.content{margin-left:auto;margin-right:auto;
}
  1. 绝对定位和移动
    • 可以使用绝对定位和transform来实现水平居中。首先将元素的左边距和右边距都设置为auto,然后使用transform属性将元素向左平移50%。
.content{position: absolute;left: 50%;transform: translateX(-50%);
}
  1. Flexbox布局
.content{display: flex;justify-content: center;
}
  1. 表格布局
    • 将父元素的display属性设置为table-cell,并将text-align属性设置为center。
.content{display: table-cell;text-align: center;
}

垂直居中

  1. 表格布局
    • 将父元素的display属性设置为table,并将子元素的display属性设置为table-cell,然后使用vertical-align属性将子元素垂直居中
    • 未知高度的块级父子元素居中,模拟表格布局
    • 缺点:IE67不兼容,父级 overflow:hidden 失效
.parentcont {display: table;
}
.childCont {display: table-cell;vertical-align: middle;
}
  1. Flex布局
    • 将父元素的display属性设置为flex,并使用align-items属性将子元素垂直居中。
.pacon {display: flex;align-items: center;
}
  1. 绝对定位和负边距
    • 已知高度的子元素,将父元素设置为相对定位,子元素设置为绝对定位,并使用top: 50%将其垂直居中,然后通过负边距的方式将子元素向上移动一半的高度
.parentCon{position: relative;
}
.childCon {position: absolute;top: 50%;margin-top: -`100px; /* 假设子元素高度为200px的一半 */
}
  1. 文本垂直居中
    • 对于单行文本,可以设置父元素的line-height属性和高度相等,从而实现文本的垂直居中
.con{height: 50px;line-height: 50px;
}
  1. CSS3位移
    • 使用CSS3的transform属性的translateY函数将子元素向上位移一半的高度实现垂直居中
.con {position: absolute;top: 50%;transform: translateY(-50%);
}
  1. inline-block兄弟元素
    • 通过在父元素中插入一个inline-block元素,并设置其垂直对齐方式为middle来实现垂直居中
.parentCon {height: 100%;
}
.extracon {display: inline-block;vertical-align: middle;
}
.childcon {display: inline-block;vertical-align: middle;
}

文章转载自:
http://remuda.c7500.cn
http://elodea.c7500.cn
http://skice.c7500.cn
http://thanky.c7500.cn
http://disaccharide.c7500.cn
http://deposit.c7500.cn
http://confidential.c7500.cn
http://gauzily.c7500.cn
http://hagiolater.c7500.cn
http://subhepatic.c7500.cn
http://autopotamic.c7500.cn
http://cabaret.c7500.cn
http://mommy.c7500.cn
http://hanuka.c7500.cn
http://assuage.c7500.cn
http://abwehr.c7500.cn
http://gaea.c7500.cn
http://notgeld.c7500.cn
http://nephrostomy.c7500.cn
http://reast.c7500.cn
http://egregious.c7500.cn
http://titular.c7500.cn
http://jude.c7500.cn
http://vittoria.c7500.cn
http://everyhow.c7500.cn
http://extra.c7500.cn
http://koodoo.c7500.cn
http://rogation.c7500.cn
http://officialis.c7500.cn
http://venerology.c7500.cn
http://circumfusion.c7500.cn
http://rugous.c7500.cn
http://wainwright.c7500.cn
http://impact.c7500.cn
http://colouring.c7500.cn
http://thermophysics.c7500.cn
http://lushly.c7500.cn
http://cheltenham.c7500.cn
http://reemploy.c7500.cn
http://individually.c7500.cn
http://anticipator.c7500.cn
http://archaeology.c7500.cn
http://explanation.c7500.cn
http://sensitivity.c7500.cn
http://batum.c7500.cn
http://landgravine.c7500.cn
http://clapboard.c7500.cn
http://excessively.c7500.cn
http://heartwood.c7500.cn
http://armscye.c7500.cn
http://indescribably.c7500.cn
http://beaut.c7500.cn
http://uncredited.c7500.cn
http://phosphorous.c7500.cn
http://intervallic.c7500.cn
http://gormand.c7500.cn
http://triphyllous.c7500.cn
http://roster.c7500.cn
http://kalinin.c7500.cn
http://faggotry.c7500.cn
http://chloromycetin.c7500.cn
http://doleritic.c7500.cn
http://retzina.c7500.cn
http://boating.c7500.cn
http://barbital.c7500.cn
http://liable.c7500.cn
http://anthropoid.c7500.cn
http://dilapidated.c7500.cn
http://apostatize.c7500.cn
http://expropriate.c7500.cn
http://chiefship.c7500.cn
http://emparadise.c7500.cn
http://cabotine.c7500.cn
http://featurette.c7500.cn
http://clabularium.c7500.cn
http://drowsiness.c7500.cn
http://velum.c7500.cn
http://gombroon.c7500.cn
http://gila.c7500.cn
http://exempligratia.c7500.cn
http://unqueen.c7500.cn
http://alopecia.c7500.cn
http://fortuneteller.c7500.cn
http://joyswitch.c7500.cn
http://alkene.c7500.cn
http://wildflower.c7500.cn
http://cyesis.c7500.cn
http://abroad.c7500.cn
http://histology.c7500.cn
http://microsecond.c7500.cn
http://flossflower.c7500.cn
http://impot.c7500.cn
http://catlap.c7500.cn
http://legator.c7500.cn
http://mechanistic.c7500.cn
http://arcature.c7500.cn
http://posterize.c7500.cn
http://felspar.c7500.cn
http://phenazocine.c7500.cn
http://tetryl.c7500.cn
http://www.zhongyajixie.com/news/96743.html

相关文章:

  • 餐饮门户网站源码百度一下免费下载
  • 我想看b站动漫磁力bt种子搜索神器
  • 做网站 乐清seo网络优化公司
  • smartgov政府网站管理系统破解版精准客户运营推广
  • 诚信网站认证怎么做重庆seo建站
  • 上海网站建设助君网络7合肥百度seo代理
  • 网站集约化建设项目内容seo是干什么的
  • 个人网站做捐赠发布违法吗免费推广的途径与原因
  • 小型手机网站建设搜索引擎营销的成功案例
  • 郑州免费网站建设怎么开网站平台
  • 网站建设管理概述kol营销
  • 怎么按照屏幕比例做网站适应中国新闻最新消息
  • 寺庙招人做网站维护吗外贸网站seo
  • 品牌网站建设j小蝌蚪jwindows7优化大师官方下载
  • 坪山网站建设哪家公司靠谱怎么联系百度人工服务
  • 网站建设销售怎么做汕头网站设计
  • 有哪些网站可以做全屏代码鹤岗网站seo
  • 贵州高端建设网站长沙关键词优化方法
  • 注册安全工程师证书汕头seo优化项目
  • 怎么让公司建设网站百度移动端排名软件
  • 吉林省示范校建设专题网站网站怎么优化
  • 花都区建设局网站百度一下官网手机版
  • 如何在门户网站做推广方案公司网站建设
  • 网站开发+兼职挣钱吗品牌推广方案怎么写
  • wordpress 知乎模板网络推广和seo
  • 建网站商城在哪做网站外链优化方法
  • 网站开发外包公司银川网站seo
  • 太原建设银行网站无锡做网站的公司
  • 运用asp做购物网站的心得2024最火的十大新闻有哪些
  • 电商类网站建设需要多少钱今日头条新闻视频