HTML 5 Open Day Lecturer Roi Yehoshua roiyeho gmail


105

Desktop Styling /* Desktop and Tablet landscape styling */ #page 1 { width: 1000 Desktop Styling /* Desktop and Tablet landscape styling */ #page 1 { width: 1000 px; margin: 0 auto; font-family: Verdana; } #banner img { max-width: 100%; /* adjust the image size to the page's width */ } #news. Container { width: 30%; float: right; } #main. Content { width: 68%; } 106

Desktop Styling. news. Class { border: 1 px solid black; margin: 5 px; }. Desktop Styling. news. Class { border: 1 px solid black; margin: 5 px; }. news. Title { background-color: #CCC; font-weight: bold; padding: 5 px; }. news. Content { padding: 5 px; } 107

108 108

Tablet Styling /* Tablet portrait styling */ @media (min-width: 480 px) and (max-width: 768 Tablet Styling /* Tablet portrait styling */ @media (min-width: 480 px) and (max-width: 768 px) { #page 1 { width: 720 px; } } 109

110 110

Smartphone Landscape Styling /* Smartphone landscape styling */ @media (min-width: 320 px) and (max-width: Smartphone Landscape Styling /* Smartphone landscape styling */ @media (min-width: 320 px) and (max-width: 480 px) { #page 1 { width: 440 px; } #news. Container { width: 100%; } . news. Content { display: none; } . news. Class { float: left; width: 30%; } #main. Content { width: 100%; 111 } }

Smartphone Landscape Styling 112 Smartphone Landscape Styling 112

Smartphone Portrait Styling /* Smartphone portrait styling */ @media (max-width: 320 px) { #page Smartphone Portrait Styling /* Smartphone portrait styling */ @media (max-width: 320 px) { #page 1 { width: 280 px; } #news. Container { width: 100%; } . news. Content { display: none; } . news. Class { float: left; width: 28%; margin: 2 px; } #main. Content { width: 100%; } 113}

Smartphone Portrait Styling 114 © Roi Yehoshua, 2012 Smartphone Portrait Styling 114 © Roi Yehoshua, 2012

Thank You! • Follow me on Facebook to get news and updates on Mobile Thank You! • Follow me on Facebook to get news and updates on Mobile Application Development • http: //www. facebook. com/Roi. Yehoshua. Mobil e. App Roi Yehoshua roiyeho@gmail. com 115 © Roi Yehoshua, 2012