hallo I have some elements with more then one classes, something like this:
With this class structure, is it possible to reach every single element and style it differently then the others?
(ex. first = blue, second = red, third = green, forth = yellow)
Thanks
Code:
<ul>
<li class="SelectedTab Level2"><a href="">test</a></li>
<li class="SelectedTab Level3"><a href="">test</a></li>
<li class="Level3"><a href="">test</a></li>
<li class="Level2"><a href="" >test</a></li>
</ul>
With this class structure, is it possible to reach every single element and style it differently then the others?
(ex. first = blue, second = red, third = green, forth = yellow)
Thanks