CSS reset, normalize or nothing. Your choice?

Hello,

Lots of material on this topic. I’d like to get your input as to which route you take, and, if you wouldn’t mind, briefly explain why.

Thanks,

I generally use a modified reset with box-sizing:border-box added to everything, strong/bold at heavier weight, em/i as italic, and svg/img as display:block with max-width of 100%. Normalising stylesheets are ok but I always generally end up needing to modify loads of things so often not worth the effort for me personally. Not having one isn’t really viable most of the time because it’s that much of a pain to adjust everything.

1 Like