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 How to Make a Website Styling Web Pages and Navigation Make a CSS Image Gallery

adam jensen
PLUS
adam jensen
Courses Plus Student 8,652 Points

Can somebody PLEASE share their html AND CSS code for this challenge

Treehouse seems to be grabbing my code from a much earlier challenge and it is making it nearly impossible to progress. Can somebody please share code for this level?

css/main.css
a {
  text-decoration: none;
}

#wrapper {
  max-width: 940px;
  margin: 0 auto;
}

#logo {
  text-align: center;
  margin: 0;
}

h1, h2 {
  color: #fff;
}

nav a {
  color: #fff;
}

nav a:hover {
  color: #32673f;
}

h1 {
  font-family: β€˜Changa One’, sans-serif;
  font-size: 1.75em;
  font-weight: normal;
}

5 Answers

Ben Dietrich
Ben Dietrich
8,287 Points

Adam, can you be more specific as to why your above code is failing?

adam jensen
PLUS
adam jensen
Courses Plus Student 8,652 Points

Sure thing.

If I log in, start a brand new Treehouse session, I click "resume track." This is frustrating because it reverts me to a challenge from a few objectives earlier. Even though my track record shows I've complete and earned achievements far beyond this.

I've gone back and RE-completed it and spent a couple hours trying to get around this. However, despite re-doing ALL the videos and challenges, if I log out, all progress is lost.

In fact, just now, I went through all the videos and challenges and got back up to speed.... I then went back to "resume track" to make sure that it saved/marked my progress. Sure enough...it lands me in an early challenge with incomplete code and making it impossible to pick up and progress.

I also looked for an option to start ALL over. but it seems that this isnt an option either.

adam jensen
PLUS
adam jensen
Courses Plus Student 8,652 Points

I have progressed to the CSS styling portion. However, Treehouse somehow thinks im in the earlier HTML section. It loads to the HTML portion everytime. Thinks makes progress impossible since the challenges pull the code from where Treehouse thinks your account last saved. I cant complete the challenge because the code is basically incomplete.

I would like to borrow someones code for the "Make a CSS Image Gallery" (https://teamtreehouse.com/library/make-a-css-image-gallery) challenge. Im hoping I can complete the task. and then somehow get Treehouse to SAVE the progress. so I can simply continue from there.

Ben Dietrich
Ben Dietrich
8,287 Points

Hmmm, this is strange behavior. I'd recommend clearing your browser cache and/or logging in to TH from a different browser altogether. I wonder if that has anything to do with it.

Short of that, I'd suggest contacting TH support to see if it's a bug on their end.

adam jensen
PLUS
adam jensen
Courses Plus Student 8,652 Points

Yes, I thought it was very strange. But being new, I went through the track flow numerous times to make sure I was not missing anything. I kept looking for a giant red "SAVE PROGRESS" button or something obvious! lol..

Anyhow, Ill email support over the weekend! Thanks Ben!

Adam