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 trialZulma Feliciano
3,223 PointsNeed to see entire code for this lesson
I missed a few steps maybe a couple of videos ago and need to see the entire css code to see where I got lost.
3 Answers
Jacob Mishkin
23,118 PointsI recommend starting a new workspaces on the video you are currently on. there you can see the entire code up to that point.
I hope this helps.
Zulma Feliciano
3,223 PointsI'm not sure what you mean. As you suggested, I launched a new workspace, but it brought up all the code I had written myself. What I need is the teacher's version of the correct code, so I can see where I got lost a couple of lessons back.
Jacob Mishkin
23,118 PointsIs the workspaces you opened new? or was this a saved file?
Jaykuan Medina
4,462 Points/*********** GENERAL *************/
wrapper{
max-width: 940px; margin: 0 auto; padding:0 5%; }
a{ text-decoration:none; }
/******************** HEADING *********************/
header{ background:#6ab47b; border-color:#599a68; }
logo{
text-align:center; margin; 0; }
h1{ font-family:'Changa One', sans-serif; margin: 15px 0; font-size:1.75em; } /******************** Color *********************/
a{ color:#6ab47b; }
/* site body*/ body{ background-color:#fff; color:#999; }
/* logo text*/ h1,h2{ color:#fff; }
nav{ background:#599a68; } /* nav link*/ nav a, nav a:visited { color:#fff;
}
nav a.selected, nav a:hover{ color: #32673f;
}