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 trialmike LaBianca
Courses Plus Student 2,456 Pointsmy orange border on the bottom of screen is floating above the bottom how do i fix this
i wrote the same code as Guil but my page looks different from his, here is my code
#main-footer {
padding-top: 60px;
padding-bottom: 60px;
border-bottom: solid 10px orange;
}
Colin Marshall
32,861 PointsCan you please provide a snapshot of workspace? Thanks!
mike LaBianca
Courses Plus Student 2,456 Pointsyes I did add the main-footer id but its still not working. How do I add a snapshot of my code? there's no menu on the upper right hand corner?
2 Answers
Peter Campbell
18,085 PointsThere is a camera icon in workspaces. It's the left most icon of the three icons in the top right hand corner.
Bram Wieggers
8,567 PointsI have the same problem with the orange border, can't get it to the bottom of the page.
Peter Campbell
18,085 PointsPeter Campbell
18,085 PointsDid you add the main-footer id to your footer element in the index.html file?
It should look something like this
</body> </html>