Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css if screen size less than

@media (max-width:960px) { css... } //nothing with screen size bigger than 960px

@media (min-width:960px) { css... } //nothing with screen size smaller than 960px
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #screen #size
ADD COMMENT
Topic
Name
9+4 =