Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css media queries mobile first

@media screen  and (min-width:700px) {
    
} //this means the above media queriy will apply if the screen has a minimum screen width
 //of 700px., meaning screens with screen sizes of 700px and above will be affected by the above media query
 
PREVIOUS NEXT
Tagged: #css #media #queries #mobile
ADD COMMENT
Topic
Name
4+9 =