If your are experienced with or have coded a website before, you have probably heard of resets resets are chunks of code designed to make life easier on the coder/designer when coding the website. resets are an extremely useful tool in making your site comptaible. Today, we will have a look at 6 popular reset .

Generic Reset

* {

 padding: 0;

 margin: 0;

 border: 0;

 }

More »

Tags: , , ,