Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
This chapter shows you how to style your iOS mobile web app from scratch, using CSS3 to make it look like a native app. It also shows you some of the newer features of CSS3 and provides an overview of the subject.
Load times using a linked style sheet. (Remember to use your web developer tools to view load times.)
http://www.learnhtml5book.com/chapter3/basics1.php
Load times using the @import to bring in a style sheet. (Remember to use your web developer tools to view load times.)
http://www.learnhtml5book.com/chapter3/basics2.php
How to detect for orientation via CSS.
http://www.learnhtml5book.com/chapter3/orient.php