1
0

custom_assets.css 241 B

123456789101112
  1. body {
  2. background-color: #f0f0f0;
  3. font-family: Arial, sans-serif;
  4. margin: 0;
  5. padding: 0;
  6. display: flex;
  7. justify-content: center;
  8. align-items: center;
  9. text-align: center;
  10. height: 100vh;
  11. width: 100vw;
  12. }