empty.css 70 B

1234567
  1. html {
  2. height: 100%;
  3. }
  4. body {
  5. min-height: 100%;
  6. padding: 50px;
  7. }