reset5 is a new CSS reset for HTML5, based on Eric Meyer's CSS Reset and html5doctor.com's HTML5 reset.
It's MIT licensed, so if you want to incorporate it in your own application just keep the copyright notices intact.
To use it, just include http://reset5.googlecode.com/hg/reset.min.css in your stylesheet, like so:
@import url(http://reset5.googlecode.com/hg/reset.min.css);
If you need SSL, then just use https://reset5.googlecode.com/hg/reset.min.css, like so: @import url(https://reset5.googlecode.com/hg/reset.min.css);
For uncompressed source, clone our hg repository or go to http://reset5.googlecode.com/hg/reset.css
The reset5 project is no longer actively maintained, and the original repository at Google Code may not be available. The company that originally wrote it, 736 Computing Services Limited, apparently is not around anymore.
Consider using modern CSS resets or frameworks instead. This is made available for reference use, and because many old templates use it, and it might be useful to preserve it.
I claim no ownership or authorship of this code, neither I'm going to maintain it.
This is just a copy of the original code from the reset5 project, which was hosted on Google Code (https://code.google.com/archive/p/reset5/), and remained useful during many years.

