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 trialAgon Ahmeti
7,554 PointsWorkspace problem
I try to make changes to the style.css file but the changes wont appear on the site, I even tried removing the whole css file. It still shows the same looking page and design
1 Answer
Steven Walters
10,573 PointsAre you sure you are linking properly to your css file in the head of your html file?
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link#Examples
Maybe a relative url like href="/styles/default.css"
Agon Ahmeti
7,554 PointsAgon Ahmeti
7,554 PointsSorry for the late response, thank you for your time. But it was working right after I had posted this issue. I don't really know what was causing it, but it worked great after that. Thanks again.