added clock

This commit is contained in:
2020-04-22 15:40:39 +02:00
parent 543d8b1501
commit ccd1ca2064
4 changed files with 75 additions and 1 deletions

8
src/style/clock.scss Normal file
View File

@@ -0,0 +1,8 @@
.clock-component{
.time{
font-size: 10em;
text-align: center;
}
}

View File

@@ -9,5 +9,5 @@ body {
}
.center-wrapper{
margin-top: 25%;
margin-top: 15%;
}