From 241615f475ec1fc319ded1159ad8c4c4dd4df7b9 Mon Sep 17 00:00:00 2001 From: Rohan Rathod <120187364+RohannnRX179@users.noreply.github.com> Date: Sat, 6 Jan 2024 22:10:55 +0530 Subject: [PATCH] Update index.css Style Changes! --- src/index.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/index.css b/src/index.css index 52e09a6..d35fce6 100644 --- a/src/index.css +++ b/src/index.css @@ -18,12 +18,12 @@ h3, } .specialBtn { - background: white; - box-shadow: 0px 14px 55px rgba(96, 165, 255, 0.35); + background: linear-gradient(#e66456, #9198e5); + box-shadow: 0px 14px 55px rgba(96, 165, 255, 0.40); transition-duration: 200ms; } -.specialBtn:hover { +.specialBtn: hover { opacity: 0.8; } @@ -33,7 +33,7 @@ h3, } .loading1 { - animation-delay: -4s; + animation-delay: -3s; } .loading2 { @@ -52,4 +52,4 @@ h3, 80%{width: 66%;} 90%{width: 76%;} 100%{width: 100%;} -} \ No newline at end of file +}