Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

media max width css

@media only screen and (max-width: 1000px) {
  /* place here CSS for when the screen is less than 1000px wide */
  .card {
    width: 100%;
  }
}
Source by # #
 
PREVIOUS NEXT
Tagged: #media #max #width #css
ADD COMMENT
Topic
Name
9+9 =