Add tailwind

This commit is contained in:
2024-08-09 19:47:06 +02:00
parent 0eab74d979
commit 8e5905be24
7 changed files with 119 additions and 9 deletions

View File

@@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
html {
background-color: rgba(27, 38, 54, 1);
text-align: center;
@@ -23,4 +27,4 @@ body {
#app {
height: 100vh;
text-align: center;
}
}