1
0

Initial commit

This commit is contained in:
Eric Lewin
2020-08-23 21:48:06 -05:00
commit 162ce47bc6
57 changed files with 12096 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
.date{
display: flex;
justify-content: flex-end;
font-size: 14px;
}
.time{
display: flex;
justify-content: flex-end;
font-size: 45px;
}
.sun-rise-set-container{
display: flex;
justify-content: flex-end;
}