Pages

Sunday, February 13, 2011

Great Products

<div id="page">

<div id="top">
<h3>The Great Products</h3>
</div>

<div id="content">

<div class="item">
<div>
<h3>Google</h3>
<ol>
<li>Android</li>
<li>Adwords</li>
<li>AdSense</li>
<li>GMAil</li>
<li>Chrome Browser</li>
</ol>
</div>
</div>

<div class="item">
<div>
<h3>Apple</h3>
<ol>
<li>Mac</li>
<li>iPod</li>
<li>iPhone</li>
<li>iPad</li>
<li>iTunes</li>
</ol>
</div>
</div>

<div class="item">
<div>
<h3>Microsoft</h3>
<ol>
<li>Windows</li>
<li>Office</li>
</ol>
</div>
</div>

<div class="item">
<div>
<h3>Others</h3>
<ol>
<li>AWS of Amazon</li>
<li>Salesforce.com</li>
<li>Oracle Database</li>
<li>Cisco Network</li>
</ol>
</div>
</div>

<div style="clear: both;"></div>
</div>

</div>

<style>
html, body, div, p, h1, h2, h3 { margin: 0px; }
html { background: #eee; }
body { background: white; margin: 10px; }
#page { -moz-box-shadow: 0 0 2px #aaa; -moz-border-radius: 4px; }
#top { border-bottom: 1px solid #ddd; padding: 10px; font: 12px sans-serif; color: #444; }
.item { float: left; width: 25%; }
#content { margin: 10px; }
.item h3 { font: 14px arial; font-weight: bold; color: #444; }
.item ol { list-style: none; padding: 0px; margin: 0px; }
.item ol li { font: 12px sans-serif; margin: 5px; color: #777; }
.item ol li:hover { color: #111; cursor: pointer; }

</style>

No comments:

Post a Comment