Return to Snippet

Revision: 20068
at November 6, 2009 03:15 by shabbar


Initial Code
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

Initial URL


Initial Description
Universal Reset

This is my current favorite CSS reset. It handles all the essentials, and ensures relatively universal default browser-style uniformity.

Initial Title
Universal Reset

Initial Tags


Initial Language
CSS