When styles need to be unified between browsers, Reset used to be very popular.
* {
margin: 0;
padding: 0;
border:0;
}
As time goes by, Reset is no longer a cut edge technic. Instead, normalize.css becomes more popular. Normalize.css can keep identifiability when unifying the styles, while reset can't.
We also use normalize.css in Amaze UI, but with some customize:
-webkit-font-smoothing: antialiased;
to html
.<hgroup>
has been removed from W3C standard, so we don't recommend you to use it.100%
for <img>
.0
for <figure>
.vertical-align: top; resize: vertical;
to <textarea>
.<dfn>
.<h1>