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

Not seeing result of css normalize

I have added the link for css normalize to my html code. But when I look at the preview the bullet points are still present by the unordered list items. I have deleted and retyped the line twice. help!

2 Answers

I downloaded a copy of the normalize.css and did not see any styling for ul or li. You can how ever use the list-style-type property and set the value to none this will achieve the result you want.

Hi Diana,

If you're using the version of normalize.css that came with the project files then it should remove the bullets in the navigation only. It's normal at this point to still have the bullets on your gallery items. They will be removed later.

Are you still seeing bullets with the navigation links?

If so, I would post the <head> section of your html file. See this post for how to do that: https://teamtreehouse.com/forum/posting-code-to-the-forum

Also, check your "css" folder and verify that you have the normalize file in there.

When you add your link in the html are you saving the file and refreshing the preview?