Home › Forums › CSS › *{margin:0; padding:0} vs all css reset › Re: *{margin:0; padding:0} vs all css reset
August 14, 2010 at 1:59 am
#81514
Keymaster
Technically, it’s the slowest possible selector there is. The only thing slower?
Code:
* * { }
=)