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 trialTHomas Perrien
1,763 PointsDoes this module not work?
First of the 4 questions wants me to select the copyright tag using the ID selector and add a border of 8px. I type this..
copyright {
border-top: 8px #2A0400; }
Tells me to use #...Am I doing it wrong?
4 Answers
THomas Perrien
1,763 PointsI am putting the # sign before copyright, and a space between the 8px and the color. Just wont show that in this forum.
Russell Wood
12,088 PointsYou may be missing a border style to complete task like: { border-top: 8px solid #2A0400; }
THomas Perrien
1,763 PointsThat did it :) They should add "solid" to the question for us linear thinkers lol.
THomas Perrien
1,763 PointsWell after re-reading it all..I am the dummy :P I think it is time for some sleep. Thank you Russel, I appreciate it! Time to rest and get a fresh start tomorrow.