1、水平居中

<div style="width:200px;margin:0 auto;background-color: yellow;">水平居中</div>

2、绝对定位水平垂直居中

<div style="position: absolute;
width: 500px;
height: 300px;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: green;">水平垂直居中</div>

3、水平垂直居中一

<div style="position: relative;
width:400px;
height:200px;
top: 50%;
left: 50%;
margin: -100px 0 0 -200px;
background-color: red;">水平垂直居中</div>

4、水平垂直居中二

<div style="position: absolute;
width:300px;
height:200px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: blue;">水平垂直居中</div>

5、flex 布局居中

<div style="display: flex;align-items: center;justify-content: center;">
<div style="width: 100px;height: 100px;background-color: gray;">flex 布局</div>
</div>

最新文章

  1. [LeetCode] Path Sum III 二叉树的路径和之三
  2. C# WebBrowser不能运行打开页面的activex
  3. 当struts遇上json,没爱了
  4. Ant Tasks 使用总结
  5. 初涉MySQL
  6. SQL 各种连接:内连接,外连接(左外,右外,完全外)
  7. __call方法简介
  8. Windows10下的docker安装与入门 (三) 创建自己的docker镜像并且在容器中运行它
  9. AWR報告詳解
  10. java Date时间的各种转换方式和Mysql存时间类型字段的分析
  11. db2 order by 利用索引
  12. MySQL的并发控制与加锁分析
  13. 将WinForm程序(含多个非托管Dll)合并成一个exe的方法
  14. Luogu 1970 NOIP2013 花匠 (贪心)
  15. 与TIME_WAIT相关的几个内核参数修改测试讨论结论
  16. HDFS操作及小文件合并
  17. docker简易实践
  18. WebView 实现JS效果和a标签的点击事件
  19. 下拉菜单;手风琴;九宫格的Jquery的使用实例
  20. Ubuntu16.04安装vmware workstation14

热门文章

  1. linux命令格式及who、whoami、su和passwd命令
  2. docker无法删除镜像,Error: No such container,附docker常用命令
  3. [转] javascript核心
  4. uva 10453 【回文串区间dp】
  5. python 常见包中的不定参数
  6. some daily
  7. SGU 101 Domino【欧拉路径】
  8. mysql 查询当天、昨天、本周、上周、本月、上月、今年、去年数据
  9. @uoj - 435@ 【集训队作业2018】Simple Tree
  10. 蓝牙(3)蓝牙UUID与SDP