box shadow

by bakhshi

HTML

<div class='red'>
</div>
<div class='blue'>
</div>

CSS

div{
    width:100px;
    height:100px;
}

.blue{
    background-color:blue;
}

.red{
    background-color:red;
}