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 Treehouse Club: CSS My First Web Page Introduction to My First Web Page

Where can I find the original CSS (teacher's notes)for the video in case I mess up.

In case I mess up with my coding, where can I find the original CSS from teachers notes so I can copy paste it? I only see the html codes to copy paste from the teachers notes. Thanks

1 Answer

Steven Parker
Steven Parker
229,732 Points

It doesn't look like the CSS is provided in the Teacher's Notes. But you could make a back-up copy of it in your workspace.

Under view choose "show console". Then in the console area, give a command like "cp style.css style-orig.css" to make a copy. At a later date you can copy in the other direction if you need to restore it.

As a "last resort" another option would be to delete the workspace entirely and launch it again. That would give you a complete set of the original files.