Add OpenWeather API

This commit is contained in:
Tressley Cahill
2022-11-01 17:01:07 -04:00
parent 020d4b5fe8
commit 723d73e127
3 changed files with 40 additions and 6 deletions
+15
View File
@@ -27,6 +27,21 @@ header {
justify-content: center;
}
#date,
#location {
color: var(--primary-link-hover-color);
font-weight: 700;
}
#time,
#details {
color: var(--primary-link-color);
text-transform: capitalize;
}
.separator { margin: 0 0.25rem; }
header img,
header svg { height: 4.5rem; }