Having trouble achieving the desired appearance of CSS3 box-shadow.
The current setup includes a box-shadow on the content wrapper with the following properties:
border: 1px solid #D5D5D5;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 0 2px #DADADA, 0 -3px 0 #E6E6E6 inset;
I aim to make the box shadow display at the top of the content box just like it does at the bottom. Struggling to achieve this effect.