5 ms·
Is this something one could use as an alternative to "HTML5 Boilerplate" or does it serve a different purpose?
by branola 14y ago
Is this something one could use as an alternative to "HTML5 Boilerplate" or does it serve a different purpose?
- espeed 14y agoHTML5 Boilerplate uses normalize.css. See http://html5boilerplate.com/docs/The-style/ http://html5boilerplate.com/docs/The-style/
- ErikHuisman 14y agoUhm, the largest "html5 boilerplate" actually uses normalize. Normalize.css straightens the subtle differences in the default stylesheets for the different browsers. It is css only, not really a template. It is like giving different car manufacturers specs and designs to build a car. They all build the same car but slightly different. Normalize tries to make them look all exact the same (they still behave different though)