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

0

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

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

Browse Popular Code Answers by Language