app.css 89 B

123456789
  1. body {
  2. margin: 0px;
  3. padding: 0px;
  4. }
  5. .app {
  6. width: 100%;
  7. height: 100%;
  8. }