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

Learning coding
Front End Web Development Techdegree Student 9,937 PointsAfter copy paste of index.html and main.css in a new workspace the styling remains after deleting main.css?
??
3 Answers

Jennifer Nordell
Treehouse TeacherIn addition to Steven Parker 's suggestion, I might also add that it's possible that your browser is loading in the cached version of your old CSS page. Try clearing your browser cache or alternatively viewing in an private tab to make sure this is not the case. But definitely make sure you're saving the file and refreshing the page in the browser. Let us know if you need more assistance!

Steven Parker
241,488 PointsDid you remember to refresh your browser after deleting the style sheet?

Learning coding
Front End Web Development Techdegree Student 9,937 PointsHi there, i did refesh the browser, but realize that the styling that is still there is because of the internal css in the index.html.nl. I am glad I got help with my code before, so I don't have to start from scratch! ;)
Jennifer Nordell
Treehouse TeacherJennifer Nordell
Treehouse TeacherHi there! I'm moving this thread over to the CSS category as it is specific to the styling of an HTML page.