In the following example the first-child selector works, the last-child doesn't. Please see attached screenshots.
The Problem: My class "gotit" colors the bar green, the class "go4" colors it grey. The last gotit should be red. Sounds simple, huh?
So now dig in: If I try to select the first-child, it works like a charm:
If I try to select the last-child, it just does nothing.
Anyone here with a hint whats wrong? Thank you in advance!