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 trialMatthew Root
5,392 PointsMy normalize.css in my <link rel> is not making the dot on my <ul> 's go away. Thanks for the help.
Here is what I have: <link rel="stylesheet" href="css/normalize.css"> And I have my normalize.css in a css folder.
Thank you
1 Answer
Jason Anders
Treehouse Moderator 145,860 PointsHey Matthew,
Normalize.css no longer removes the dots from unordered lists. However, where you are in the course, the dots should be there. In a one of the upcoming lessons, Nick will teach you why they are still there and the CSS styling needed to remove them.
Keep Coding! :)
Matthew Root
5,392 PointsMatthew Root
5,392 PointsThanks Jason!!