Created DateElement
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user