Shopping List v2.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

global.css 76B

12345678
  1. html, body {
  2. margin: 0px;
  3. height: 100%;
  4. }
  5. * {
  6. box-sizing: border-box;
  7. }