📜  如何在css代码示例中使div位置顶部

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

代码示例1
div.c {
  position: absolute;
  top: 50px;
}