Created DateElement

This commit is contained in:
AlexE030
2023-05-02 14:22:14 +02:00
parent 7867cf2a65
commit 55dcd50659
5 changed files with 47 additions and 14 deletions
+19
View File
@@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
.App {
text-align: center;
}
@@ -36,3 +40,18 @@
transform: rotate(360deg);
}
}
.container {
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.dateElement {
background-color: chartreuse;
border-radius: 5px;
border-width: 0px;
width: 200px;
}