I have a problem here. I have this div
that's mentioned 4 times in my code, like:
<div class='box1'>
Hello 1
</div>
<div class='box1'>
Hello 2
</div>
<div class='box1'>
Hello 3
</div>
<div class='box1'>
Hello 4
</div>
and I want to do some changes to this div
class, but only the last one. I cant get the nth-class to work, it seems that i need to make a ul
table for it to work? Can I get a workaround somewhere in the CSS and make it work without having to rewrite my code?
You should be able to do this with the nth-child
pseudo class. Take a look at this demo: http://jsfiddle.net/m7uW7/2/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With