styles.css 102 B

12345678
  1. @tailwind base;
  2. @tailwind components;
  3. @tailwind utilities;
  4. body {
  5. margin: 0;
  6. height: 100vh;
  7. }