📜  对齐绝对 div 中心 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:50.581000             🧑  作者: Mango

代码示例4
.container {
  left:0;
  right:0;

  margin-left: auto;
  margin-right: auto;

  position: absolute;
  width: 40%;

  outline: 1px solid black;
  background: white;
}