Answers for "what is default margin of html body"

0

why there's a default margin in html <body>

body {
  margin: 0px;
  padding: 0px;
  ...
}
Posted by: Guest on August-16-2020

Code answers related to "what is default margin of html body"

Browse Popular Code Answers by Language