You want to add a shadow to a square. Any feature you use with the property Box-shadow 's (shadow box) for the CSS ? code example
Example: css box shadow
#example1 {
box-shadow: 10px 10px 8px #888888;
}
#example1 {
box-shadow: 10px 10px 8px #888888;
}