Search Results

6
votes

CSS Reset, default styles for common elements

One of the rules in applying CSS styles is "last in wins." This means if your CSS reset styles set elements to margin:0; padding:0 you can then override these rules by declaring your …
49
votes

Is it ok to use a css reset stylesheet?

Point Yes, absolutely use a CSS Reset if you plan to develop for cross-browser compatibility. I've used YUI …