I\'m pretty much as new to CSS as it gets and what I\'m trying to do right now is just design a very simple/basic splash or landing page for a small business.
Here i
a couple suggestions before go into fixing the zoom in and zoom out issue.
to wrap around text.
- Use
tags for header
- Store your CSS in a separate css file.
- You defined the header section that's great, but do that for container and footer as well.
- Comments! That would make the job much easier for people who try to help you.