How to fade a box shadow in CSS?
问题 N.B. I've already looked at this post and can't emulate it. I'm trying to replicate the shadow on the British Council Sweden site: This is as far as I've managed to get on my own site: I can't post images yet but the HTML is structured like this: <div id="inner"> <!--Full width div, blue bar of color here--> <div class="wrap"> <!--Existing gradient background image here--> <div id="content-wrapper"> <!--Content begins--> </div> </div> </div> The existing CSS: #inner{ background: #1e5799;