From cd2e5f962d4905b6e6abe3d765d1317e47472d4a Mon Sep 17 00:00:00 2001
From: Yuval Adam <_@yuv.al>
Date: Mon, 3 Mar 2025 12:20:43 +0100
Subject: add footer
---
index.html | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
(limited to 'index.html')
diff --git a/index.html b/index.html
index e3decb2..d9e317b 100644
--- a/index.html
+++ b/index.html
@@ -252,6 +252,28 @@
vertical-align: middle;
cursor: pointer;
}
+
+ .footer {
+ margin-top: 30px;
+ padding: 15px;
+ text-align: center;
+ font-family: Arial, sans-serif;
+ font-size: 14px;
+ color: rgba(255, 255, 255, 0.7);
+ width: 100%;
+ }
+
+ .footer a {
+ color: #3498db;
+ text-decoration: none;
+ font-weight: bold;
+ transition: color 0.3s;
+ }
+
+ .footer a:hover {
+ color: #4aa3df;
+ text-decoration: underline;
+ }
@@ -293,6 +315,12 @@
+
+