What is the difference between Normalize.css and Reset CSS?

后端 未结 9 1823
野的像风
野的像风 2020-11-22 10:49

I know what CSS Reset is, but recently I heard about this new thing called Normalize.css

What is the difference between Normalize.css and Reset CSS?

What is

9条回答
  •  萌比男神i
    2020-11-22 11:23

    Well from its description it appears it tries to make the user agent's default style consistent across all browsers rather than stripping away all the default styling as a reset would.

    Preserves useful defaults, unlike many CSS resets.

提交回复
热议问题