Having fun with CSS3 – Box Shadow property
CSS3 introduces a useful little property called box-shadow, which as the name suggests adds a shadow to an element. Simple box shadow You can create a basic box shadow like this: This casts a shadow with an X-offset of 10 pixels and a Y-offset of 20 pixels: You can equally use negative values for the …