Learn CSS

I do not teach CSS. I link to CSS tutorials. Hopefully you can learn something there.

Okay, fine. I’ll teach one thing:
In CSS, speficially in style.css, the pound sign (#) is how you address a DIV with an id. The period is how you address a DIV with a class. For a class example, if your markup is

then use .wrapper instead of #wrapper to address the wrapper DIV.

Leave a Reply

Your email address will not be published. Required fields are marked *