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

working with grids

I have gone over and over this stage but i cant seem to get it to work ive added the grid.css file and added the link element but still its not working

3 Answers

Did you add classes to the HTML elements you want sized? <div class="grid6"> <h1>Sample Headline</h1> </div>

I just followed the videos i'm watching

Paste your HTML in here and I'll take a look for you

ok thank you one second

<body> <div class="container clearfix"> <div class="grid_4">
<img src="img/logo.gif" alt="Smells Like Bakin"> </div> <div class="container clearfix"> <div class="grid_4">
<img src="img/logo.gif" alt="Smells Like Bakin"> </div> <ul class="nav"> <li><a href="#">About</li></a> <li><a href="#">Cupcakes</li></a> <li><a href="#">Locations</li></a> <li class="last"><a href="#">Contact Us</li></a> </ul> <div id="intro"> <h1>Oppistits realy do attract, esspecialy in our kitchen! We combine unexpected flavours that melt together to create ironically delisous desserts.</h1> <p><a href="#" class="btn">Browse our cupcakes</a></p> </div>

<img src="img/you-bake-me-blush.gif" alt="You make me blush">

<div id="featured-cupcake">
  <h2>Cupcake of the week</h2>
  <p>This week's featurd cupcake is the <a href="#">Avacado chocolate cupcake</a> its strange combo of flavours will kick your taste buds into feaster mode!</p>
  <img src="img/featured-cupcake.jpg"
</div>

</div> </body>
</html>

its not pasting the right section give me a second to get this sorted

its not showing anything

i cant get the right code into the answer box or to show properly either