Home › Forums › CSS › A Web Page Review › Re: A Web Page Review
June 23, 2013 at 5:42 pm
#140006
Member
Still unneeded divs in there. Instead of having a `
` you can just add the `.navigation` class to the `
- ` itself. You shouldn’t be including a clearing div when you can just add a class of `.clearfix` to your wrapper and add the appropriate CSS. You don’t need a div around your logo, simply apply the `.logo` class to the `` itself.
I could go on and on with these examples, hopefully you see what I’m getting at!