2009-10-03 - reset.css

Ever wondered why your websites build with perfect HTML and CSS look different in different browers? That is due to the build-in stylesheets of each browers. There is however a solution for this. It's called a reset.css file. Basicly it standardizes cross-browser rendering on common elements, neutralizing browsers' built-in stylesheets. I used it this website too, my implementation is a quite standard one, targetting all basic HTML components. Feel free to use it if you wish.

reset.css