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 trialCarla Thomas
Front End Web Development Techdegree Student 16,039 Pointsindex.html not showing styles when files are downloaded from Github.
When I download my files from Github, the index.html page does not show styles. This happens on my desktop computer (Chrome and Explorer) with Github desktop. I tried clearing browsing history and there are still no styles on the index.html page.
However, when I download the files to my Mac computer the index.html shows all the styles.
Can anyone help me troubleshoot my problem?
1 Answer
Joshua Galan
2,384 PointsHi Carla!
In order to better assist you kindly reply back with the following:
1. HTML code. Specifically the top portion begining with <html>
down to the initial <body>
tag.
2. The names and locations of the folder(s) containing your root files and style sheet (.css) files.
There might be an issue with your folder structure in terms of how you're linking your style sheets.