How to use media queries to optimize the same markup for different devices and features.
Get an overview for designing sites for mobile, desktop and even the iPad. Examples include mimicking native appearance and animations with CSS3.
index.php
<header>
<h1 class="title-bar text-emboss">Bills</h1>
<a class="ui-link back-link reverse-action text-emboss tap-change" href="#home-
view">Back</a>
<p class="instructions copy layout">Enter monthly values, use the
“misc.” value for any extra recurring monthly expenses not listed</p>
<span class="clear"></span>
</header>
index.php
<header>
<h1 class="title-bar text-emboss">Bills</h1>
<a class="ui-link back-link reverse-action text-emboss tap-change" href="#home-
view">Back</a>
<p class="instructions copy layout">Enter monthly values, use the
“misc.” value for any extra recurring monthly expenses not listed</p>
<span class="clear"></span>
</header>