Stop Using Bulky Resets

Old resets like Eric Meyer’s are great, but they are outdated for modern layouts. In 2025, we need a reset that handles fluid typography and box-sizing by default.

The Snippet

Ensure your images are display: block and your input elements inherit fonts. This prevents the “small font” bug on mobile Safari.

Grab the 15-line code block in our HTML/CSS Snippets section!