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

HTML HTML, CSS, JavaScript

Elfar Oliver
Elfar Oliver
3,924 Points

How do I open the profile card I'm supposed to be editing?

I'm almost done with the course and Anwar is suggesting I try a few colours of my own. I thought he just had his own thing open and I was there to see how it looks. I can't find anything to edit. All I have is the workspace and video open

1 Answer

He is referring to the index.html file in your workspace as a profile card. It's not really an accurate use of the term, (imho) but that's what he's talking about. To change the colors like he is referring to, you would open the style.css and enter the information he has in his page in the video. Specifically

body {
     background-color: darkslategray;
     color: white;
}

change the values from darkstategray and white to your own choices. Make sure to save the file when you're done, then click the eye in the upper right of the workspace that will allow you to preview the workspace in your browser.

Elfar Oliver
Elfar Oliver
3,924 Points

''eye in the upper right'' just saved my day. That's exactly what I needed. Thank you so much!