CSS stylesheet for the iPad and iPhone


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!-- iPad Stylesheet -->
  2. <link rel="stylesheet" media="only screen and (max-device-width: 1024px)" href="../ipad.css" type="text/css" />
  3.  
  4. <!-- iPhone Stylesheet -->
  5. <link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="../iphone.css" type="text/css" />

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.