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

JavaScript Treehouse Club - MASH MASH - CSS Changing Stuff in Your Style Sheet

Amanda Krueger
Amanda Krueger
3,233 Points

I am trying to change the font size in the body but after saving it, nothing change in the browser preview

I am trying to change the font size in the body but after saving it, nothing change in the browser preview. I've tried 20px, 100px, 5px.... please help!

1 Answer

Are you using the workspace from the video? If so the css links in index.html need to be modified if you haven't already done so.

Change

<link href="" rel="stylesheet">
<link href="" rel="stylesheet">

to

<link href="normalize.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">