From b2c247f3165900a23809ca21136783a7d1aeb5f1 Mon Sep 17 00:00:00 2001 From: Raph Date: Mon, 12 Dec 2022 09:29:29 +0100 Subject: [PATCH 1/4] d --- css/text.css | 6 ++++++ main.html | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/css/text.css b/css/text.css index 09ea4ec..9cf73d3 100644 --- a/css/text.css +++ b/css/text.css @@ -10,6 +10,12 @@ } +footer { + position: absolute; + bottom: 0; + text-align: justify; + color: white; + } div { height: 50px; diff --git a/main.html b/main.html index 85cec55..72fa8a1 100644 --- a/main.html +++ b/main.html @@ -7,7 +7,7 @@
-
+
  1. How do I get to Greece ?

    From 64acb8ccfa5f043e936951e4c68258a4541c3166 Mon Sep 17 00:00:00 2001 From: Raph Date: Mon, 12 Dec 2022 09:59:04 +0100 Subject: [PATCH 4/4] d --- css/text.css | 8 +++++--- main.html | 9 +++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/css/text.css b/css/text.css index e2d934a..442d23d 100644 --- a/css/text.css +++ b/css/text.css @@ -7,14 +7,14 @@ font-size: x-large; font-family: Georgia, 'Times New Roman', Times, serif; background-color:bisque - } footer { position: absolute; bottom: 0; text-align: justify; - color: wheat; + color: whitesmoke; + font-weight: bold; } div { @@ -37,4 +37,6 @@ body{ letter-spacing: 0; ; } -nav a:hover {font-weight: bold;} +nav a:hover { + font-weight: bold; +} diff --git a/main.html b/main.html index 72fa8a1..50bf70b 100644 --- a/main.html +++ b/main.html @@ -1,8 +1,7 @@ - - + @@ -15,13 +14,15 @@ Frequently Asked Questions - + --> +