Added weather

This commit is contained in:
deepjyoti30
2020-05-15 22:52:13 +05:30
parent 501cb6df47
commit ff8622f185
5 changed files with 78 additions and 41 deletions

View File

@@ -40,8 +40,15 @@ body {
width: 100%;
text-align: center;
#date-text {
padding-top: 15px;
#date {
h2 {
padding-top: 15px;
display: inline-block;
vertical-align: top;
}
}
#date-text, #weather-text {
color: darken($foreground, 15);
}