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

@@ -20,8 +20,11 @@ body {
.main {
width: 100%;
text-align: center; }
.main #date-text {
.main #date h2 {
padding-top: 15px;
display: inline-block;
vertical-align: top; }
.main #date-text, .main #weather-text {
color: #d9d9d9; }
.main #message-text {
font-size: 23px; }