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

General Discussion

CSS in Web Design

I am currently going through the first 'building a portfolio' part of the html and css track. My code has been working flawlessly up until now. For some reason, in only one section of my code, the css that I create is not being shown on the website.

More specifically, I created an ul for contact information, and then went into my main.css, and changed a few things like the list style and margin, and then when I looked at my site, the commands had not been added.

Is this just a bug or glitch that will be fixed later on? Or is there an error in my code somewhere?

1 Answer

Hi Andrew. Are you linking the ul with the css file using the id or class? Please provide a copy of your code.