I'm not much of a visual designer but this little CSS reset snippet from Karinne Legault's article on The Web Squeeze is easily added to an existing CSS file instead of referencing yet another style sheet (not that I don't trust Yahoo!). Karinne's article also discusses the construction of a full, floated HTML layout from mockup to markup to styling.
html, body { margin: 0; padding: 0; }
No comments:
Post a Comment
Spam comments will be deleted
Note: only a member of this blog may post a comment.