necolas / normalize.css

A modern alternative to CSS resets
http://necolas.github.io/normalize.css/
MIT License
52.48k stars 10.67k forks source link

Changes in margin #792

Closed priyanshi2811 closed 4 years ago

garrettw commented 5 years ago

I think you may misunderstand the purpose of this repo. It is intended to bring all browsers in line with each other's default CSS. Most browsers use a body margin of 0, not 15px, so changing this would break a TON of websites that expect it to be 0 by default.

Also italic is not a font family, and browsers do not commonly give <pre> blocks italic text, so this would similarly be an inappropriate change.

There are other CSS libraries that are more geared toward setting opinionated defaults, so if you think your changes are an ideal starting point for styling a website, I would recommend suggesting your changes to one of those libraries.