Last Updated: February 25, 2016
·
782
· ofcapl

Using two shadows in one div

If we want to use double shadow (inset and for box) on the same div at the same time just merge it with comma symbol:
box-shadow: inset 0px 3px 3px rgba(0,0,0,0.3), 0px 0px 5px rgba(100,0,0,0.8);