I've used normalize.css at work, but wanted to make sure it's a good choice for a few side projects. Your answers confirm that it's the right choice. I may be wrong, but it seems like the only option that is regularly maintained.
normalize.css is always a good one to include.
Normalize.css it's a good way to normalize default styles.
Personally I use normalize.css, which doesn't reset but rather it normalizes behavior across browsers. That way I don't have to supply many default styles.
Stephan de Vries
Full stack developer, enthusiastic about new technologies.
My CSS reset of choice is the one by Eric Meyer (@meyerweb).