Add tailwind

This commit is contained in:
Julian
2024-09-21 07:05:57 +02:00
parent 33a4e2b675
commit 32653debd0
8 changed files with 2689 additions and 20 deletions

16
input.css Normal file
View File

@@ -0,0 +1,16 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
body, html {
background-color: #333339;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
h1 {
text-align:center;
color: #00D9F7;
}