Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

media screen use another css file

<link rel="stylesheet" media='screen and (min-width: 140px) and (max-width: 380px)' href="phone.css"/>
<link rel="stylesheet" media='screen and (min-width: 381px) and (max-width: 700px)' href="tablet.css"/>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #media #screen #css #file
ADD COMMENT
Topic
Name
8+9 =