discord.css 211 B

12345678910111213141516
  1. html {
  2. height: 100%;
  3. }
  4. body {
  5. height: 100%;
  6. }
  7. main {
  8. display: flex;
  9. flex-direction: column;
  10. min-height: 100%;
  11. justify-content: center;
  12. align-items: center;
  13. text-align: center;
  14. }