I have a div, and in the div are many H3 elements.
For each H3 element (there are an arbitrary amount) the background-color is to be X shades lighter than the H3 before it.
I'm stuck on two things.
1: How I'd do this with CSS alone (could probably work out a hacky way to get this done in jQuery). 2: How I'd increase/decrease the colour (for the sake of simplicity assume the first H3 will be black and all of the rest lighter shades of grey).