This commit is contained in:
Morten Olsen
2025-09-21 08:43:15 +02:00
commit 0ab9a27493
18 changed files with 5379 additions and 0 deletions

11
index.css Normal file
View File

@@ -0,0 +1,11 @@
@import "tailwindcss";
h1 {
font-size: 2rem;
}
button {
border: solid 1px #ddd;
border-radius: 5px;
padding: 5px;
}