elad2412 / the-new-css-reset

The New Simple and Lighter CSS Reset
https://elad2412.github.io/the-new-css-reset/
MIT License
2.25k stars 229 forks source link

Doesn't remove body's margin #84

Closed php4fan closed 7 months ago

php4fan commented 7 months ago

The body still has the annoying default 8px margin.

That's like the number 1 or 2 thing that I would expect a reset stylesheet to reset.

fabulousgk commented 7 months ago

It most certainly does reset it, not only the body but all margins.

With reset

Screen Shot 2024-03-15 at 12 18 09 PM

With reset unchecked

Screen Shot 2024-03-15 at 12 18 37 PM
php4fan commented 7 months ago

Hmmm, it seems Chrome's devtools are showing inconsistent information, and I blindly trusted it.

Sorry.