CSS Performance

Posted by JaZz on Stack Overflow See other posts from Stack Overflow or by JaZz
Published on 2010-03-12T14:59:56Z Indexed on 2010/03/12 15:07 UTC
Read the original article Hit count: 230

Filed under:

Is there any performance difference between:

p {
  margin:0px;
  padding:0px;
}

and

p {
  margin:0px;
  padding:0px
}

Thanks in advance!

© Stack Overflow or respective owner

Related posts about css