index.css 256 B

12345678910111213141516
  1. .wrapper {
  2. width: 60%;
  3. align-content: center;
  4. margin: auto;
  5. border: 1px green solid;
  6. border-radius: 5px;
  7. padding: 30px;
  8. }
  9. .inputWrapper {
  10. text-align: center;
  11. }
  12. .tableWrapper {
  13. display: flex;
  14. justify-content: center;
  15. margin-top: 20px;
  16. }