GMgKe586q6suSQnyqZLlGCooeWM

Pages

Search

Saturday, February 26, 2011

Elegan Box Style

<div id="zero">
    <div id="satu">
        <p>Holla for the one of the other</p>
    </div>
</div>

<style>
#zero { width: 500px; padding: 20 20 60px; border: 1px solid #ccc;
        -moz-box-shadow: 0 0 4px #ccc; -moz-border-radius: 4px;}
#satu { border: 1px solid #ccc; -moz-box-shadow: 0 0 4px #ccc; 
        -moz-border-radius: 4px;}
#satu p { margin: 1px; padding: 15px; -moz-border-radius: 4px;
        background: #eee; border: 1px solid #eee; font: 12px sans-serif;
        color: #444; }
</style>

Share/Bookmark

No comments:

Post a Comment