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 trialJi-Yeong Kim
574 PointsGrid_5 omega
I don't get it???? Need help!
5 Answers
James Anwyl
Full Stack JavaScript Techdegree Graduate 49,960 PointsHi, are you looking at this challenge part 2?
If so, 'omega' and 'grid_5' are just class names. To add classes to a div you would just add class=" " and put the class names between the quotes (with a space between each class).
For example:
<div id="example" class="grid_5 omega">
Hope this helps!
Jeff Busch
19,287 PointsAlso note the underscore in Grid_5. That's because you cannot have a space in a class name. But you do separate class names with a space.
Ji-Yeong Kim
574 PointsOk. this one was tricky. None of you mention about this <link rel="stylesheet" href="css/grid.css" type="text/css" media="screen"> I figure it out! and I add the element container and clearfix! But thanks anyway!
Ji-Yeong Kim
574 Points.<link rel="stylesheet" href="css/grid.css" type="text/css" media="screen">
Ji-Yeong Kim
574 PointsThat's weird I just post the code and someone just deleted!