From 1e2e3f6a914e50c7de9945d86fa54bea26e36fd5 Mon Sep 17 00:00:00 2001 From: sachinggsingh <152975718+sachinggsingh@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:09:54 +0530 Subject: [PATCH] Footer are different #923 solved --- contactus.html | 229 ++++++++++++++++++------------------------------- main.css | 2 +- styles.css | 4 +- 3 files changed, 85 insertions(+), 150 deletions(-) diff --git a/contactus.html b/contactus.html index b1ffd35..4dd8eac 100644 --- a/contactus.html +++ b/contactus.html @@ -3,6 +3,8 @@ + + Contact Us - Trainline + --> - + diff --git a/main.css b/main.css index b4fbafe..c374786 100644 --- a/main.css +++ b/main.css @@ -1050,7 +1050,7 @@ button[type="submit"]:active { #feedback-form p { font-size: 0.9rem; } - < main + /* < main */ /* Form Group */ .form-group { diff --git a/styles.css b/styles.css index ce9bc2b..5d7c4bd 100644 --- a/styles.css +++ b/styles.css @@ -212,7 +212,7 @@ p { } /* Footer Styles */ -/* footer { +footer { background-color: #1f2937; color: white; text-align: center; @@ -231,7 +231,7 @@ p { .footer a:hover { color: #00a690; -} */ +} /* Form Section */ form {