Answers for "css min width and hiegh media query"

CSS
0

media min height css

@media only screen and (min-height: 500px) {
  /* place here CSS for when the screen is more than 500px tall */
  .card {
    background: #111;
  }
}
Posted by: Guest on June-01-2021

Code answers related to "css min width and hiegh media query"

Browse Popular Code Answers by Language