Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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;
  }
}
Source by # #
 
PREVIOUS NEXT
Tagged: #media #min #height #css
ADD COMMENT
Topic
Name
6+6 =