From eea489af581a3e6af4672dd6ae23e980a582521b Mon Sep 17 00:00:00 2001 From: Shubh Date: Sun, 28 Jan 2024 01:05:21 +0530 Subject: [PATCH] bug fix --- index.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/index.css b/index.css index a067cc6..2d6b68e 100644 --- a/index.css +++ b/index.css @@ -405,6 +405,24 @@ input[type="text"] { margin-left: 1%; margin-top: 0.5%; } +.compare h1:hover{ + color: #b2abff; + transform: scale(1.03); + transition: transform 0.8s ease-in-out; +} +.compare h1:not(hover){ + transform: scale(1); + transition: transform 0.4s ease-in-out; +} +.compare h2:hover{ + color: #b2abff; + transform: scale(1.01); + transition: transform 0.8s ease-in-out; +} +.compare h2:not(hover){ + transform: scale(1); + transition: transform 0.4s ease-in-out; +} .compare_contain{ display: flex; flex-direction: column; @@ -486,6 +504,13 @@ input[type="text"] { margin-top: 3%; background-color: #13072e; } +.bargraph h2{ + font-size: 1.8em; + font-weight: bold; + margin: 0.3%; + margin-left: 0.8%; + +} .mybargraph{ width: 100%; height: 100%;