groups

name language licence
OptGroup HTML Other
Conditional comments HTML Other
Acronym HTML Other
iPad Orientation CSS - Landscape Mode HTML Other



language: HTML
licence: Other

iPad Orientation CSS - Landscape Mode

options: view full snippetsend to code collector
<link rel="stylesheet" media="all and (orientation:portrait)" href="portrait.css">

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