What is the current state of differences in browser rendering? This method of “CSS Resetting” is certainly inefficient, is it ever necessary with today’s modern browsers?
What is the current state of differences in browser rendering? This method of CSS
Share
It’s a nice way to get the box model to be as standard as possible between browsers. I’m sure each browser has their little “nice” looking default styles that you’ll always forget to take into account when dealing with width/height.
What is inefficient about doing a general css reset? It maybe extra CSS, but I don’t think you should be worrying about the efficiency of that.