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
Mohamed Gamal
439 Pointspurpose of using 2 classes for same element
Hello, Just wondering why should i use 2 classes for same element since i can use 1 class for it and contain it with all the changes needed for the element.
Thanks in advance
1 Answer
Jack Cummins
17,417 PointsIf both elements need the same CSS rules, than you can assiign both of them the same class.
Mohamed Gamal
439 PointsMohamed Gamal
439 PointsSo that means if i'm editing one element it doesn't require that i create multiple classes for same element.
Jack Cummins
17,417 PointsJack Cummins
17,417 PointsCorrect.
Mohamed Gamal
439 PointsMohamed Gamal
439 PointsAlright, Thanks i got it.
Jack Cummins
17,417 PointsJack Cummins
17,417 Pointsyou're welcome!