📜  对齐底部 - 无论代码示例

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

代码示例2
#header {
  position: relative;
  min-height: 150px;
}

#header-content {
  position: absolute;
  bottom: 0;
  left: 0;
}

#header, #header * {
  background: rgba(40, 40, 100, 0.25);
}