<div class="container">
</div>
.container{
background:red;
width:200px;
height:200px;
margin: 100px;
/* box-shadow: 5px 5px 10px 0 rgba(0,0,0,.2); */
/* box-shadow: inset 5px 5px 10px 0 rgba(0,0,0,.2); */
box-shadow: 0 0 0 5px green;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.