what is yr DPI? - JSFiddle
lolol 72dpi?!
by edwardsharp
HTML
<div id="foot" style="width:12in">FOOT</div>
<div id="inch" style="width:1in">INCH</div>
CSS
#foot{background-color: gray; color: white;}
#inch{background-color: lightgray;}
by edwardsharp
<div id="foot" style="width:12in">FOOT</div>
<div id="inch" style="width:1in">INCH</div>
#foot{background-color: gray; color: white;}
#inch{background-color: lightgray;}