A simple box to make a coloured container for text or images.
<div class="simplebox"> A simple box to make a coloured container for text or images.</div>
/*----------start---------Simple Box--------------------------------*/
.class {width: 450px; padding: 10px; margin: 15px; background: yellow; border: 3px solid blue; border-radius: 10px; box-shadow: 1px 1px 0px silver, 2px 2px 10px black, inset 0px 0px 30px orange, inset 0px 0px 50px orange;}
/*----------end------------Simple Box--------------------------------*/
.class {width: 450px; padding: 10px; margin: 15px; background: yellow; border: 3px solid blue; border-radius: 10px; box-shadow: 1px 1px 0px silver, 2px 2px 10px black, inset 0px 0px 30px orange, inset 0px 0px 50px orange;}
/*----------end------------Simple Box--------------------------------*/