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 CSS Basics (2014) Basic Selectors ID and Class Selectors

CSS Basics: Basics Selectors--ID & Class Selectors

Dave McFarland:

https://teamtreehouse.com/library/css-basics-2/basic-selectors/id-and-class-selectors

The image at the bottom of the code challenge Workspace is what I see when I first click on "ID & Class Selectors" from the track list. I didn't add any CSS code at all. It shouldn't be appearing.

index.html
<!DOCTYPE html>
<html>
  <head>
    <title>Lake Tahoe</title>
    <link rel="stylesheet" href="page.css">
    <link rel="stylesheet" href="style.css">
  </head>
  <body> 
    <header>
      <span>Journey through the Sierra Nevada Mountains</span>
      <h1>Lake Tahoe, California</h1>
    </header>
    <p>
      Lake Tahoe is one of the most breathtaking attractions located in California. It's home to a number of ski resorts, summer outdoor recreation, and tourist attractions. Snow and skiing are a significant part of the area's reputation.
    </p>
    <a href="#">Find out more</a>
    <div>
      <h2>Check out all the Wildlife</h2>
      <p>
        As spawning season approaches, the fish acquire a humpback and protuberant jaw. After spawning, they die and their carcasses provide a feast for gatherings of mink, bears, and Bald eagles.
      </p>
      <a href="#">See the Wildlife</a>
    </div>
  </body>
</html>
style.css
/* Complete the challenge by writing CSS below */

3 Answers

alex mattingley
alex mattingley
7,508 Points

As far as I can see, there is not CSS...

Alex Mattingley:

You're correct. There is no CSS in the style.css file. I had to do a print screen of the Workspace for this challenge without answering any code challenge questions & send it via e-mail to Team Treehouse's help & the Team Treehouse instructor. I couldn't do a Workspace "snapshot" as the icon doesn't appear in the Workspace window on this code challenge so I could show them the problem. The image I sent them doesn't appear on this Forum post. I couldn't post the screen print on the Forum.

I must wait to hear from the instructor & Team Treehouse help folks.

Thanks for noticing anyway.

Adama Sy
Adama Sy
7,076 Points

There is a CSS, but you may be using a browser with few issues, try chrome. :)

Adama Sy:

It's not a browser issue. It not a plug-in issue. This problem doesn't appear here on this Forum page. I had to take a Screen Print of the image that appears when I click on the "ID & Class Selectors" to get to this code challenge & e-mail it to the Team Treehouse help desk & the instructor. I couldn't copy the Screen Print here. The image doesn't automatically load with the index.html or the style.css in this code challenge Workspace in order for anyone to see it on the Forum page.

I didn't do any of the code challenge questions, yet. That's why you don't see any CSS on the Workspace.

This pop-up image issue was resolved in the previous lessons, but it has not been resolved on this code challenge. I must wait to hear from the instructor & the help desk for a solution.

Thanks anyway.

Sam Donald
Sam Donald
36,305 Points

Does anyone understand what this cat's asking???

If the issue can't be resolved with the forum space because you can't explain it, with pictures or what ever. Then why post to the forum.?

I followed your link to the challenge and it works fine. I don't get it! :{

Sam Donald:

Code Oregon students are supposed to post all course problems to the Forum first.

I'm using a Worksource Oregon computer. It's Microsoft Windows 7 Professional with IE 11. It's the same computer I've used for the Web Design course & this Front End Development course. The only other option I have is to use a Multnomah County Library computer which has Windows 7 Enterprise & Firefox.

As I said, the image pops up on the bottom in front of my Workspace when I click on "ID & Class Selectors from my track list to get to this code challenge. I don't do anything else to make it appear. To me, it looks like a blank Adobe Acrobat file. That's the issue. The image doesn't copy when I upload my index.html or style.css files from this code challenge Workspace. It's not a browser or plug-in issue. I had to send a Screen Print of the image to the Team Treehouse help desk & the instructor. I'm still waiting for their response.

The same image popped up during the earlier modules to this code challenge & Team Treehouse fixed it so it doesn't appear on the earlier modules now, so I know it's Team Treehouse issue, & not the computer(s) I'm using.

Thanks anyway.