main.css 51 B

123456
  1. *{
  2. box-sizing: border-box;
  3. }
  4. body{
  5. margin: 0;
  6. }