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 trialJoseph Lowe
Courses Plus Student 2,170 Points"Set its position to relative, then offset it 80px from the left and move it up 20px." (Challenge task 4 of 6)
.bottom { position: relative; left: 80px; top: 20px; } ???? I don't understand isn't this what they mean?
2 Answers
Jason Anello
Courses Plus Student 94,610 PointsTo move it up you would use a negative value. The instructions specify -20px
Ardis Barnes
2,988 PointsBy setting a value at the "top" you have moved it "down" 20 pix...change top to bottom. .
Joseph Lowe
Courses Plus Student 2,170 PointsAlready tried that, it still said to recheck code.
Joseph Lowe
Courses Plus Student 2,170 PointsJoseph Lowe
Courses Plus Student 2,170 Pointsoh yea, so they do geez I feel lame thx for the help dude!
Jason Anello
Courses Plus Student 94,610 PointsJason Anello
Courses Plus Student 94,610 PointsYou're welcome. Don't feel lame. Stuff like this is going to happen many times.