diff --git a/index.css b/index.css new file mode 100644 index 0000000..8a14316 --- /dev/null +++ b/index.css @@ -0,0 +1,7 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + +html, body, #root { + height: 100%; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..8fff150 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + CSV Card Viewer + + +
+ + +