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 trial

HTML How to Make a Website CSS: Cascading Style Sheets What is CSS?

Specific Element Alterations With The Same Name

I get that you can reference what kind of elements you want to change, but how would you change only every other element in the list or specific ones?

1 Answer

Hi Andrew,

I believe what you are looking for is Pseudo-classes. w3Schools has some great resources on this. If you are still working through the CSS modules, you will get to them later.

I suggest taking a look here (http://www.w3schools.com/css/css_pseudo_classes.asp) to learn more.

Also, check out the Pseudo-Classes module in the CSS course here (https://teamtreehouse.com/library/css-basics/basic-selectors/pseudoclasses).

Thanks!