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 trial

HTML How to Make a Website Customizing Colors and Fonts Resize Text

Changes to code reflected in TH Workspace, but not in real browser?

Hi everyone,

I'm currently taking Nick's class while using the Treehouse-provided Workspace, but also using Sublime Pro 2. I copied the code from this video to SB2, then opened up the index.html file in Chrome. Yet, none of the CSS styles and changes appear in the preview on Chrome. What am I doing wrong?

2 Answers

do you have the css file in your file tree on Sublime if not then your css link in your html will not work.

Ah I figured it out. I did have the CSS file in my file tree on Sublime, but the relative paths weren't accessing the CSS file for some reason. Working fully now!

Glad to hear you got there happy coding !