From 2536766d3b371cb56cab6a0dc2f5ce65e4fdce67 Mon Sep 17 00:00:00 2001 From: Said Akbarov <134784793+FrenchFry36@users.noreply.github.com> Date: Sat, 5 Oct 2024 16:28:03 +0200 Subject: [PATCH 1/3] footer html is nested --- page.html | 25 +++++++++++++++++++++++-- styles.css | 4 ++++ 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/page.html b/page.html index af38e8c..0b55cc2 100644 --- a/page.html +++ b/page.html @@ -4,7 +4,7 @@ Group1 - +
@@ -12,6 +12,27 @@
- + diff --git a/styles.css b/styles.css index 20e3eaf..d976618 100644 --- a/styles.css +++ b/styles.css @@ -10,3 +10,7 @@ --normal-green: #00754a; --gold-color: #cba258; } + +footer { + font-family: Helvetica, Helvetica, Arial, sans-serif; +} From 54cc568bebb06252ba33d1fb2cf1097e7bcf17d7 Mon Sep 17 00:00:00 2001 From: Said Akbarov <134784793+FrenchFry36@users.noreply.github.com> Date: Sat, 5 Oct 2024 16:44:25 +0200 Subject: [PATCH 2/3] footer css updated --- page.html | 10 +++++----- styles.css | 15 +++++++++++++++ 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/page.html b/page.html index 0b55cc2..69c648c 100644 --- a/page.html +++ b/page.html @@ -15,11 +15,11 @@