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 trialEliot Murton
7,315 PointsAdding New Website Page and Invisible Text.
I am following the tutorial for how to add a new page to a website. As instructed in the video, I start by creating a new file called “about.html”. Copied the code from index.html (home page) over to the new page. In the nav of the (index.html), I changed the selected class to the About list item, etc.
When I review the work in the Workspace, the paragraphs I now write in the "About" page are all white so can only be seen if I highlight the area. Why is this? I can not figure this out.
1 Answer
Carman A
7,672 PointsIt sounds like your text color is the same color as your background. Check for a missing semi-colon. Or you can add the color: #f06d06;
(you can change the value).
Ali M Malik
33,293 PointsAli M Malik
33,293 Pointscan you please post your code.