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

Normalize.css

Why does normal.css not remove the bullets in Google Chrome?

2 Answers

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,858 Points

Hey Dino,

The latest version of normalize.css (v3) no longer removes the bullet points from ordered/unordered lists. This now needs to be done in your CSS file.

Keep Coding! :)

Hello Jason,

I am having an issue with white space in my Full Stack Web Development track. I have excessive white space in the top, right and left margins. Do you know why this could be?

Thank you Jason! :D

Jason Anders
Jason Anders
Treehouse Moderator 145,858 Points

Without seeing your code, it's really hard to help troubleshoot. It could something as simple as a missing semicolon in your code. It's been awhile since I've done the track, but I think that you are able to download (from the download tab under the video player) the completed project files. From those, you could compare you code to the completed code to see if you can find an error.

It could be a browser setting, you could try clearing your cache before previewing. Like I said, without seeing code, it's tough, because it could be many things.

:)