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

CSS How to Make a Website CSS: Cascading Style Sheets Use ID Selectors

main.css problem...

everything was going fine until i try using the normalize.css or main.css. there is no style done with the normalize.css and when i changed the background on main.css to orange it covered everything in orange.. just a blank orange page with nothing on it. and when i changed the text underline to none its just a blank screen.. help please. here is what i have even tho it is changing the background to orange i dont know why i cant see anything else. body { background-color: orange; }

2 Answers

Sean T. Unwin
Sean T. Unwin
28,690 Points

If this is in a workspace can you post the link of the rendered page (the URL of the page that loads after clicking the 'eye' icon)?

i figured it out. i still had a <style> in the head that i forgot to delete. thanks for the reply tho! im glad there are ppl here to help