Reset default browsers CSS

What is a good “reset.css” for me to use so that the browser native configuration don’t interfere in my development?

Is bootstrap-reboot good? Or is there another one on point?

Thanks!

Normalize.css is one that’s widely used in industry but is definitely overkill for simple projects. I like Eric Meyers’ limited CSS reset, it covers the gamut nicely for smaller projects. You can create your own based on his limited reset.