styles.css 87 B

1234567
  1. html {
  2. width: 100%;
  3. overflow: hidden;
  4. }
  5. html body {
  6. background-color: #f5f5f5;
  7. }