Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Arcel Derosena
Front End Web Development Techdegree Student 5,241 PointsTitle in Lake Tahoe is missing from the top of the page, can anybody help me ?
body {
color: #878787
margin: 0;
}
.main-header {
background-color: orange;
}
h1 {
font-size: 90px;
color: white;
}
h2 {
font-size: 53px;
}
h3 {
font-size: 20px;
color: #48525c;
}
.primary-content {
text-align: center;
}
.secondary-content {
}
.t-border {
border-top: 2px solid lightgrey;
}
#main-footer {
padding-top: 60px;
padding-bottom: 60px;
border-bottom: solid 10px orange;
}

Konstantin Georgiev
5,281 PointsUnrelated to your issue (as we'd need to see your HTML for that), on your first line of CSS you have missed out a semicolon " ; " after the hex colour value (e.g. body { color: #878787; margin: 0;}).

Bruce Röttgers
18,211 PointsTagging Michael Hulet (formatting)
hayden carnegie
601 Pointshayden carnegie
601 PointsThere will be an issue with your HTML can you submit it here please to review?