CSS stylesheet for the iPad and iPhone
Copy this code and paste it in your HTML
<!-- iPad Stylesheet -->
<link rel="stylesheet" media="only screen and (max-device-width: 1024px)" href="../ipad.css" type="text/css" />
<!-- iPhone Stylesheet -->
<link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="../iphone.css" type="text/css" />
Report this snippet
Comments
Subscribe to comments