CopyPastor

Detecting plagiarism made easy.

Score: 0.8629984997212887; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2014-09-02
by Bipon Biswas

Original Post

Original - Posted on 2014-08-30
by Bipon Biswas



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Most Web browsers have different default settings for the base margins and padding. So The best way to solve this is to set all the margin and padding
*{ margin:0; padding:0; }
Or html,body { margin:0; padding:0; }

Most Web browsers have different default settings for the base margins and padding. So The best way to solve this is to set all the margin and padding
*{ margin:0; padding:0; }
or html,body { margin:0; padding:0; }
Also better if you reset your css then you can use. something like this:
http://necolas.github.io/normalize.css/

        
Present in both answers; Present only in the new answer; Present only in the old answer;