Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

media query

@media only screen and (min-device-width: 900px) and (max-device-width: 1200px) {
  /* insert styles here */
}
Source by torquemag.io #
 
PREVIOUS NEXT
Tagged: #media #query
ADD COMMENT
Topic
Name
4+1 =