Posted By


ajbatac on 05/21/10

Tagged


Statistics


Viewed 482 times
Favorited by 1 user(s)

Super Mini CSS Reset


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. @charset "utf-8";
  2. /*
  3. Super Mini CSS Reset
  4. By: AJ Batac (@ajbatac)
  5. */
  6. *{vertical-align:baseline;font-weight:inherit;font-family:inherit;font-style:inherit;font-size:100%;border:0;padding:0;margin:0;}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.