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

CSS CSS Layout Techniques Float Layout Float Layout Challenge

Ben Os
Ben Os
20,008 Points

I gave "group" at the header tag. "group" seems to be the only right class to use, and yet, I keep getting an error...

Can you please tell me what is wrong?

2 Answers

Please give the 'group' class inside the opening header tag It should look something like this

<header class="main-header group">

Add a space near the already existing class in the header element and type the word group there rate my answer if this helped

Ben Os
Ben Os
20,008 Points

The class combination was what I needed, so indeed it worked, thanks!

Can you post the code so that we can get a look at the problem?