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 trialDaniel Bettech
7,365 PointsHello, My index.php page looks like yours on second 50 of the video. The css is not working properly. Some help pleas
My index.php page looks like yours on second 50 of the video. The css is not working properly. Some help pleas
Jacob Baumgartner
9,971 PointsMake sure to check your enqueue to be certain the path is correct. Double check that the name of the css file is exactly the same on the enqueue and on the file itself.
2 Answers
Dominik Zynis
81 Pointscheck your file permissions. for some reason sublime is setting them as 600 for me and i had to ssh in and chmod the files to 644.
need to figure out now how to get sublime to set the permissions correctly when i'm uploading
234jsdf24
Courses Plus Student 618 PointsThank you Dominik! That did the job.
Ryan Brown
13,686 PointsMake sure that you have a copy of the CSS folder from the project file downloads with foundation.css and normalize.css inside. That's what I was missing.
Stanley Thijssen
22,831 PointsStanley Thijssen
22,831 PointsCan you share the code you used?