Pages

Thursday, February 17, 2011

Web Design

<div id="satu">
<h2>Principles In Web Design</h2>
<h1>Visually Appealing</h1>
<h1>Well Organized</h1>
<h1>Easy To Navigate</h1>
</div>

<style>

div, h1, h2 { margin: 0px }
div { -moz-box-shadow: 2px 2px 2px #ccc; border: 1px solid #ccc;
      padding: 10 10 20px; -moz-border-radius: 4px;}
h1 { -moz-border-radius: 4px; -moz-box-shadow: 2px 2px 2px #ddd;
     padding: 10px; border: 1px solid #ccc; font: 19px sans-serif;
     color: #444; display: inline; margin: 20 10 10 0px; }
h2 { font-family: sans-serif; color: #444; margin: 0 0 20px;}

</style>

No comments:

Post a Comment