How to add 'shine' overlay to a div?
How can I add a nice overlay like the one in the following image? Consider the following HTML, how would I add an overlay like that? I know I can use a gradient on top of it, and apply it diagonally, but can I curve it as well? <div class="photostrip"> <div class="overlay" /> <img src="http://i.imgur.com/a21tM.jpg" /> <img src="http://i.imgur.com/a21tM.jpg" /> <img src="http://i.imgur.com/a21tM.jpg" /> </div> Here's something I've tried (I've oversaturated the overlay so it's easily seen), but it's not quite the shape I'm looking for. body { background-color: #4b74db; } .photostrip { margin: 0