CSS for iPhone 4


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



Copy this code and paste it in your HTML
  1. <!DOCTYPE html>
  2. <meta charset="utf-8">
  3. <title>CSS for iPhone 4</title>
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  5. <meta name="format-detection" content="telephone=no">
  6. <meta name="apple-mobile-web-app-capable" content="yes">
  7. <link rel="apple-touch-startup-image" href="startup.png">
  8. <link rel="stylesheet" media="only screen and (-webkit-min-device-pixel-ratio:2)" href="iphone4.css">
  9. <style media="only screen and (-webkit-min-device-pixel-ratio:2)">
  10. /* ... */
  11. @media only screen and (-webkit-min-device-pixel-ratio:2){
  12.  
  13. }
  14. r</style>
  15. </head>
  16. </body>
  17. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.