Clock widget and more copypasta
This commit is contained in:
17
src/components/Datetime/style.module.css
Normal file
17
src/components/Datetime/style.module.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
img {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.textContainer {
|
||||
font-size: 16pt;
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
Reference in New Issue
Block a user