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 trialRoger Dailey
14,887 PointsInclude External CSS
My normalize.css file is not the same as what is on the video. I used the one on the forum because the one that I tried to download from the video only had a couple of lines in it. The file I copied and pasted from the forum only has 427 lines of code and the one in the video has 527 lines of code. Also my web page does not look like the one in the video, mine still has bullet points.So is this going to be a problem when I go to take my challenges?
1 Answer
Colin Marshall
32,861 PointsI downloaded both the project files and the normalize.css linked under the video and both of those have 527 lines of code for the normalize file. Try downloading either of those again. I'm not sure why you would have ended up with a normalize file with only a couple lines of code. Maybe the download got cut off in the middle of it?
Felix Yakubov
17,475 PointsFelix Yakubov
17,475 PointsHi Roger You can download the latest version here http://necolas.github.io/normalize.css/ From my experience you dont need the whole code. I dont think you will have any problems with the challenge. To remove the bullet points use
li:list-type-style:none;