Common mistakes for CSS-designers to avoid?

css

Solution

Not using a reset file.

"The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on."

`-` Eric Meyer, Meyerweb.com

Problem

What are some of the most common mistakes made by CSS-Designers?

Original source