Eric MeyerNormalizeModern ResetCopy CSS

Generated CSS

/* Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html, body {
  height: 100%;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
#root, #__next {
  isolation: isolate;
}

Frequently Asked Questions

What is a CSS reset?
A CSS reset removes default browser styling to create a consistent baseline across different browsers.
Which reset should I use?
Modern Reset is recommended for new projects. Normalize.css is better when you want to preserve useful defaults. Eric Meyer reset is the most aggressive.
Do I need a CSS reset with Tailwind?
No. Tailwind CSS includes its own preflight reset based on modern-normalize.
Share:Copied!
Was this tool helpful?

Get a free API key + new tools as they ship

100 calls/day, no card, no spam. Built by one person, in public.

About CSS Reset

CSS Reset solves a specific problem that comes up daily for anyone dealing with developer and design work: doing it once, fast, without an account. Built to be the kind of tool you bookmark and use weekly: no surprises between visits, no degraded free tier, and a UI that gets out of the way. It is one of about a hundred developer tools that share the same philosophy: do one thing, do it well, get out of your way.

When you'd reach for CSS Reset

  • You're on a public or shared machine and don't want to leave traces of what you're working on.

    Travelers, contractors, anyone working from a friend's computer.

    Nothing is uploaded, nothing persists if you're not signed in.

  • You need to handle a one-off task right before a meeting and don't have time to install anything.

    Anyone working remotely on a borrowed or restricted machine.

    Open the page, get the result, paste it into your doc — under a minute.

  • You're cleaning up a folder of files that accumulated over a project and need to standardize them.

    Designers, writers, and developers wrapping up deliverables.

    Drop each file in, copy the output, move on.

  • You're hitting the daily limit of a paid SaaS and need a backup option for a single quick job.

    Marketers and ops people whose primary tool is metered.

    Stay productive without burning credits.

Frequently asked about CSS Reset

What browsers does CSS Reset support?
Every modern browser released in the last three years: Chrome, Firefox, Safari, Edge, Brave, Opera.
Do I need to create an account to use CSS Reset?
No. CSS Reset works without any signup. We only ask for an email if you decide to subscribe to a paid plan.
Are my files uploaded to a server when I use CSS Reset?
CSS Reset processes everything in your browser using local APIs. Your files never leave your device.
Does CSS Reset work on mobile?
Yes, CSS Reset is fully responsive and tested on iOS Safari and Android Chrome.
Can I use CSS Reset commercially?
Yes. The output of CSS Reset belongs entirely to you, with no licensing restrictions.