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 Build a Simple Website Creating a Website Structure Working with Grids

Grid_5 omega

I don't get it???? Need help!

5 Answers

Hi, 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!

Also 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.

Ok. 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!

.<link rel="stylesheet" href="css/grid.css" type="text/css" media="screen">

That's weird I just post the code and someone just deleted!