From 6893d8842674347eb59b0a499973409a22778790 Mon Sep 17 00:00:00 2001 From: GowthamDarkseid <123238178+Gowtham-Darkseid@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:19:40 +0530 Subject: [PATCH] commit --- index.html | 4 +++- styles.css | 10 ++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 71cc609..1a3c027 100644 --- a/index.html +++ b/index.html @@ -96,7 +96,9 @@

Frequently Asked Questions

Privacy Speed Test Legal Notices - + + diff --git a/styles.css b/styles.css index c54ce31..fd9a06b 100644 --- a/styles.css +++ b/styles.css @@ -235,3 +235,13 @@ body { text-align: left; /* Aligns text to the left */ } +.footer-bottom { + text-align: center; + margin-top: 20px; + border-top: 1px solid rgba(255, 255, 255, 0.2); + padding-top: 20px; +} + +.footer-bottom p { + font-size: 14px; +}