📜  媒体最大高度 css 代码示例

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

代码示例2
@media only screen and (min-height: 500px) {
  /* place here CSS for when the screen is more than 500px tall */
  .card {
    background: #111;
  }
}