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 How to Make a Website CSS: Cascading Style Sheets Take a Mobile-First Approach

5 Answers

Greg Kaleka
Greg Kaleka
39,021 Points

Hi Charlotte,

Two small issues with your code.

  1. The capitalization in your HTML and CSS need to match. Wrapper is not the same as wrapper
  2. In your CSS, you're using the wrong symbol for ID. The "pound" sign means # for us Americans :smiley:

Happy coding!

Cheers :beers:

-Greg

Marco Amadio
Marco Amadio
4,882 Points

You misspelled selectors for wrapper and logo in your main.css file. The correct selector for id is #, you used £.

e.g. #logo { ... }

charlotte ellis
seal-mask
.a{fill-rule:evenodd;}techdegree
charlotte ellis
Front End Web Development Techdegree Student 304 Points

I cant use the id your referring too, my keyboard only used the symbols £ or $.....I cant get any other! Unless there's a way i don't know of?

Marco Amadio
Marco Amadio
4,882 Points

Don't worry, a solution exists, sure as eggs is eggs! What's your operating system? What type of keyboard are you using?

Edit. If you are using a UK keyboard, try with alt+3, it should work.

Greg Kaleka
Greg Kaleka
39,021 Points

Hi Charlotte,

If your keyboard looks like this, you want the hash mark over near the middle of the right edge, near the return key.

"British Keyboard"

Greg Kaleka
Greg Kaleka
39,021 Points

Quick follow-up. If you have a Mac with no hash mark on the keyboard, you can figure out how to type one by doing the following:

  • open System Prefs -> Keyboard
  • enable "Show Keyboard & Character Viewer in menu bar"
  • look in menu bar near Battery (for laptops) or near Date/Time (for desktops)
  • click on the new menu bar widget
  • select "Show Keyboard Viewer

Result: Keyboard floating palette is displayed on desktop. Hold down Option and/or Shift keys to see what pressing each key will yield. There's probably a combination that will get you your hash mark.