Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMilán Pados
1,281 PointsIs there any alternative to nth-child() ?
I have a different text under my pictures and on my page the recomended methot with nth-child(4n) is not working. Is there any other solution?
2 Answers
andi mitre
Treehouse Guest TeacherHey Milan,
There is :nth-last-child(n) and :nth-of-type(n) and many more. Scroll down on this link
Milán Pados
1,281 PointsHi Andi!
Thank you very much for your help. I see there is a lot to learn! :)