From bfedb99e86f1f03d134f6d6d63fd7f52deefabc0 Mon Sep 17 00:00:00 2001 From: Addechander <40864924+Addechander@users.noreply.github.com> Date: Fri, 26 Jul 2024 17:07:17 +0545 Subject: [PATCH] email link float update --- assets/css/main.css | 16 ++++++++++++---- index.html | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 3d4f5cf..b73c48d 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -2194,7 +2194,7 @@ input, select, textarea { background: #fff; border-radius: 10px; width: 50%; - box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); + box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1); } .timeline-item::after { @@ -2243,15 +2243,23 @@ input, select, textarea { margin: 0.5em 0 0; color: #000000; } - + .timeline-item:hover { background: #ffffff; transform: translateY(-5px); } + /* Link styling */ + .float-link { + text-decoration: none; /* Remove underline */ + transition: transform 0.3s ease-in-out, color 0.3s ease-in-out; /* Smooth transition */ + display: inline-block; /* Ensure the link behaves like a block for the transform effect */ + } - - + .float-link:hover { + color: #3BA8D3; /* Darken color on hover */ + transform: translateY(-5px); /* Move up by 5px on hover */ + } /* Copyright */ diff --git a/index.html b/index.html index a22aa45..5317b1a 100644 --- a/index.html +++ b/index.html @@ -175,7 +175,7 @@

Titanic Data Set