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 Using Classes

Stuck on grid_5 and omega!

I really don't get it??? Need some hint!

2 Answers

Philip Allen
Philip Allen
8,171 Points

Hi Ji-Yeong, what don't you get?

Grids are a way to divide the page layout into columns and the omega class is used to remove the margin on the last div on the right as it is not needed and distorts the page layout.

Hi Ji-Yeong Kim,

Is this what you are referring to?

Jeff

<div class="container clearfix">
  <div id="featured-cupcake" class="grid_5 omega">
    <h2>Cupcake of the Week</h2>
    <img src="img/featured-cupcake.jpg">
  </div>
  </div>