当前位置:网站首页>内联元素居中
内联元素居中
2022-07-31 09:10:00 【aら 淼】
父元素:
height:100px;
line-height:100px; // 与高相同
text-align:center;
子元素:
display:inline;
vertical-align: middle;
适用图片、文字
<div>
<div class="wrapper">
<span>我是文字</span>
</div>
<div class="wrapper2">
<div>我是文字</div>
</div>
</div>
.wrapper {
height: 200px;
width: 200px;
background-color: antiquewhite;
line-height: 200px;
}
.wrapper2 {
height: 200px;
width: 200px;
background-color: antiquewhite;
line-height: 200px;
div{
height: 20px;
width: 20px;
}
}
边栏推荐
猜你喜欢
【Unity】编辑器扩展-03-拓展Inspector视图
Spark 在 Yarn 上运行 Spark 应用程序
js部门预算和支出雷达图
混合型界面:对话式UI的未来
服务器上解压文件时提示“gzip: stdin: not in gzip format,tar: Child returned status 1,tar: Error is not recovera“
postgresql 范围查询比索引查询快吗?
2019 NeurIPS | Graph Convolutional Policy Network for Goal-Directed Molecular Graph Generation
[MySQL exercises] Chapter 2 Basic operations of databases and data tables
[Cloud native and 5G] Microservices support 5G core network
SSM integration case study (detailed)
随机推荐
@RequestBody和@RequestParam区别
二叉树的搜索与回溯问题(leetcode)
Linux 创建mysql数据库并创建账号密码
混合型界面:对话式UI的未来
(C语言基础)原样输入输出
JS中原型和原型链的详细讲解(附代码示例)以及 new关键字具体做了什么的详细讲解
postgresql 生成随机日期,随机时间
MUI获取相机权限
Which strings will be parsed as null by FastJson?
A, MySQL principle of master-slave replication
JSP exception对象简介说明
js右侧圆点单页滚动介绍页面
[Yellow ah code] Introduction to MySQL - 3. I use select, the boss directly drives me to take the train home, and I still buy a station ticket
刷题《剑指Offer》day05
spark filter
第二十四课、二十五课,高级光照(blinn),Gamma矫正
湖仓一体电商项目(二):项目使用技术及版本和基础环境准备
【Unity】编辑器扩展-03-拓展Inspector视图
Golang-based swagger super intimate and super detailed usage guide [there are many pits]
浏览器使用占比js雷达图