From 01a48de05d2c02f24c81dfbe607bd18145f59983 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 25 Jan 2023 16:50:57 +0100 Subject: Add a footer with the future data source --- css/style.css | 9 +++++++++ index.html | 3 +++ 2 files changed, 12 insertions(+) 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; +} diff --git a/index.html b/index.html index 5308d31..19a3a7e 100644 --- a/index.html +++ b/index.html @@ -64,6 +64,9 @@ + -- cgit v1.2.3