From 903790aec85da5d48ca88fd0dec2390ca290b3cb Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 3 Mar 2025 23:33:12 +0100 Subject: share buttons wip --- index.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/index.html b/index.html index 1185476..c443d70 100644 --- a/index.html +++ b/index.html @@ -274,6 +274,59 @@ text-shadow: 0 0 10px rgba(243, 156, 18, 0.5); } + .social-share { + margin: 40px auto 20px; + text-align: center; + padding: 15px; + background-color: #34495e; + border-radius: 15px; + max-width: 500px; + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); + } + + .social-share-text { + font-size: 18px; + margin-bottom: 15px; + color: #f39c12; + } + + .social-buttons { + display: flex; + justify-content: center; + gap: 15px; + } + + .social-button { + display: inline-flex; + align-items: center; + justify-content: center; + padding: 10px 20px; + border-radius: 50px; + color: white; + font-weight: bold; + text-decoration: none; + transition: all 0.3s ease; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); + } + + .social-button:hover { + transform: translateY(-3px); + box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2); + } + + .twitter-button { + background-color: #1DA1F2; + } + + .facebook-button { + background-color: #4267B2; + } + + .social-button i { + margin-right: 8px; + font-size: 18px; + } + .footer { margin-top: 30px; text-align: center; @@ -451,6 +504,21 @@ +
+
I just decoded the secret language of dots and dashes! Can you master Morse + code too?
+
+ + +
+
+