Tagged: iPad Orientation CSS code

What is the iPad Orientation CSS code?

<link rel=”stylesheet” media=”all and (orientation:portrait)” href=”portrait.css”> <link rel=”stylesheet” media=”all and (orientation:landscape)” href=”landscape.css”>