feat(challenge22): create todo list

This commit is contained in:
thomas
2023-04-24 22:11:07 +02:00
parent 257e55b3d4
commit 3923cc44f1
16 changed files with 777 additions and 843 deletions

View File

@@ -3,3 +3,11 @@
@tailwind utilities;
/* You can add global styles to this file, and also import other style files */
html,
body {
height: 100%;
}
body {
margin: 0;
font-family: Roboto, 'Helvetica Neue', sans-serif;
}