groups

name language licence
OptGroup HTML Other
Footer Stick to the Bottom CSS Other
Speech Bubbles CSS MIT
Conditional comments HTML Other
noscript JavaScript Other
immagine incavata CSS Other
Acronym HTML Other
iPad Orientation CSS - Landscape Mode HTML Other

< 1 2 >



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...)