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

Nothing is changing when i make chnages, why not?>

whene opening up the tab to see what my changes have affected. It still dioesnt make any changes, even after refreshing.

3 Answers

Steven Parker
Steven Parker
229,644 Points

If you are using workspaces, you have to remember to save your file and then refresh your preview to see your changes. If you forget to save the file in the editor, nothing will be different when you refresh your preview.

i did save it after making changes and then refreshed the page and still nothing. Anyone else had this happen?

You probably haven't applied your CSS style sheet to the HTML code of the MASH site. In index.html workspace, underneath your title element, you will need to type "style.css" in between the quotation marks after the href element. You'll see all of this at the top of the index.html workspace.