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 CSS: Cascading Style Sheets Style the Basic Elements

Jarrade Pierce
Jarrade Pierce
17,633 Points

my last code session is gone and making me start from scratch in the challenge task is this normal?

am I suppose to start over?

css/main.css
#wrapping
{
  text-decorator: none;
}

1 Answer

William Li
PLUS
William Li
Courses Plus Student 26,868 Points

If you've reloaded the page, or navigated to another page and tried to come back and finish where you left off in the code challenge? Then yes, the code session never save the progress, you start afresh every time you re-enter the challenge, no exception. To pass a CodeChallenge, you must complete all parts of it in one go.

And by the way, text-decorator is a typo, correct way to write it is text-decoration.

Jarrade Pierce
Jarrade Pierce
17,633 Points

Thank you that was a dumb question I figured it out later that day.