Gabriel
Gabriel

Reputation: 1900

html5 boilerplate doesn't include reset.css?

I am using HTML5 Boilerplate and don't find any reset style. All H1 elements has 50px of margin top and bottom :S

Do i need to include something like reset or normalize by my own?

Thanks.

Upvotes: 0

Views: 1695

Answers (1)

binarious
binarious

Reputation: 4588

The default package uses normalize.css inside style.css (but obviously not all of it). If you want to reset all the styles, you have to add it on your own.

http://html5boilerplate.com/docs/css/

Upvotes: 1

Related Questions