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 Adding Pages to a Website Add and Style Icons

Ruth Eastman
PLUS
Ruth Eastman
Courses Plus Student 696 Points

How do I go back and review this lesson? I think it didn't stick in my head well enough to take the challenge.

Surely I'm not the only person who prepared to take a challenge and said, "Huh? I have no clue what I just learned."

How does one backtrack? Everything I've tried just gets me back to the Challenge From Hell.

Thanks in advance.

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;
}

img {
  max-width: 100%;
}

#gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}

#gallery li {
  float: left;
  width: 45%;
  margin: 2.5%;
  background-color: #f5f5f5;
  color: #bdc3c7;
}

nav ul {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

nav li {
  display: inline-block;
}

nav a {
  font-weight: 800;
  padding: 15px 10px;
}

.profile-photo {
  display: block;
  margin: 0 auto 30px;
      max-width: 150px;
  border-radius: 100%;
}

2 Answers

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,253 Points

Hi there, Ruth.

I you go back to this challenge screen that you were on you'll see a row of circles that link to each and every video, challenge or quiz in the stage. So you can go to any of these from the part you're in. Find the one that precedes this challenge and you'll go to the video you want. :-)

Ruth Eastman
Ruth Eastman
Courses Plus Student 696 Points

Thank you. That helps. I figured out that while I am thoroughly enjoying what I am encountering (as opposed to "learning"), without my Workspaces open to review my notes taken during class, I don't really remember how to do everything. So I think I'm not fully internalizing it. Will this pass? I'm getting some things. But there's a lot that's not sinking in. :-(

Jonathan Grieve
Jonathan Grieve
Treehouse Moderator 91,253 Points

I'm sure it will. It seems like you're new to Treehouse. I often find things go over my head or points get moved on too quickly for me. If it's not working i just slow down bit and note take concepts i think will be important.

But as you settle into how Treehouse works and find a learning style that suits you I'm sure you;ll be able to take in a lot more.

Ruth Eastman
PLUS
Ruth Eastman
Courses Plus Student 696 Points

Thanks for the reassurance. I am new. Okay. Good to have an attentive forum to keep one from feeling "at sea." Have a great and successful day! :-)