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 trialCathy Dinas
527 Pointsafter adding the normalize.css link, the bullet points were not removed like you mentioned in your video.
after adding the normalize.css link, the bullet points were not removed like you mentioned in the video. I only noticed after adding the main.css link and was not able to change the background color after repeatedly trying, please help.
1 Answer
Sreng Hong
15,083 PointsDo you make sure that you linked your html to css? and also you should put the link to main.css after normalize.css
It should be like this:
<head>
<title></title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
Cathy Dinas
527 PointsCathy Dinas
527 PointsThank you for taking the time to reply Sreng! I did all of that, my error was in capitalizing the C in the name of the file...
Sreng Hong
15,083 PointsSreng Hong
15,083 Pointsgreat