What is the best way to create a shadow at the top of a DIV only using Box-Shadow in CSS3?
I am looking to customize this CSS3 code in order to achieve that effect.
box-shadow: 0px 10px 10px -5px #08C;
-webkit-box-shadow: 0px 10px 10px -5px #08C;
-moz-box-shadow: 0px 10px 10px -5px #08C;