diff options
-rw-r--r-- | css/style.css | 9 | ||||
-rw-r--r-- | index.html | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index 1fed4ea..b3a5a60 100644 --- a/css/style.css +++ b/css/style.css @@ -36,3 +36,12 @@ body{ .day-forecast-image{ padding: 1em; } + +footer{ + font-style: italic; + font-size: smaller; + text-align: right; + padding: 0.3rem; + margin-right: 1rem; + margin-left: 1rem; +} @@ -64,6 +64,9 @@ </article> </article> + <footer> + Weather data by <a href="https://open-meteo.com/">Open-Meteo.com</a> + </footer> </body> </html> |