From f64aecf7d8efbfba4a03ef02dd6397c776e99059 Mon Sep 17 00:00:00 2001 From: Dipanita45 <132455672+Dipanita45@users.noreply.github.com> Date: Sun, 6 Oct 2024 09:45:26 +0530 Subject: [PATCH 1/2] Change colour , font -size in the project --- index.html | 44 +++++++++++++++++++++++++++----------------- style.css | 4 ++-- 2 files changed, 29 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index 438f402..5abab4f 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ /* Features Section */ .features { padding: 60px 20px; - background-color: #f9f9f9; + background-color:rgb(255, 248, 220); } @@ -28,7 +28,7 @@ background-color: white; padding: 30px; border-radius: 8px; - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); width: calc(25% - 30px); text-align: center; transition: transform 0.3s, box-shadow 0.3s, z-index 0.3s; @@ -38,7 +38,7 @@ .features-card:hover { transform: translateY(-10px) scale(1.1); - box-shadow: 0 4px 8px #0073b1; + box-shadow: 0 5px 8px #1077ae; z-index: 3; } @@ -46,8 +46,8 @@ width: 60px; height: 60px; margin-bottom: 20px; - border-radius: 10px; - transition: transform 0.3s ease; + border-radius: 30px; + transition: transform 0.3s ease-in-out; } < !-- Features Section -->