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 trialNaoimi Gillis
3,134 PointsStuck on challenge
Add the classes grid_5 and omega to the featured-cupcake element.
Already added a div and classes, now when i try again its having none of it. Which is the part that it is focusing on?
3 Answers
Stone Preston
42,016 PointsI believe you need to add the classes to the div with the id featured-cupcake
<div id="featured-cupcake">
Naoimi Gillis
3,134 PointsSure, for me the question is not clear, im unsure what element to add the classes to.
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Smells Like Bakin' Cupcake Company</title>
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen">
</head>
<body>
<div class="container clearfix">
<div id="featured-cupcake">
<h2>Cupcake of the Week</h2>
<img src="img/featured-cupcake.jpg">
</div>
</div>
</body>
</html>
Stone Preston
42,016 Pointsto get code to show up in forum posts, you have to format it using markdown. There is a markdown cheatsheet on the bottom right of the post/comment text box. You can also watch the tips for asking questions video on the right side of the page or check out this post. Ive formatted it for you so it shows up correctly
Naoimi Gillis
3,134 Pointsthank you stone...
Stone Preston
42,016 PointsStone Preston
42,016 Pointscan you post the code you have tried so far please?