📜  如何在css代码示例中水平居中div

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

代码示例2
#inner {
  width: 50%;
  margin: 0 auto;
}