From dfaa771173282226556e1bb99ab8e0080d51df10 Mon Sep 17 00:00:00 2001 From: Soumyaranjan Panda <84384924+soumyaranjan-panda@users.noreply.github.com> Date: Sun, 20 Oct 2024 07:11:41 +0530 Subject: [PATCH] feat: redesign donation section (#505) * feat: redesign donation section * color correction --- css/airspace.css | 36 ++++++++++++++++++++++++++++++++++++ index.html | 37 +++++++++++++------------------------ 2 files changed, 49 insertions(+), 24 deletions(-) diff --git a/css/airspace.css b/css/airspace.css index 240b21c9..61d58693 100755 --- a/css/airspace.css +++ b/css/airspace.css @@ -245,6 +245,42 @@ font header .navbar-default .navbar-nav li a:hover { font-size: 14px; line-height: 1.8; } + +#donation{ + background-color: #474354; + color: white; + padding: 60px 0; + margin: 2rem 1.5rem; + border-radius: 10px; +} +#donation h1{ + font-size: 2.5rem; + font-weight: bold; + margin-bottom: 20px; +} +#donation button { + background-color:#fbd04f; + margin: 2rem 0px; + color: black; + font-size: 1.1rem; + font-weight: 600; + padding: 12px 24px; + border: none; + border-radius: 50px; + cursor: pointer; + transition: background-color 0.3s ease; +} +#donation button:hover { + background-color: #ffbf00; +} +#donation a { + color: #3498db; + text-decoration: underline; +} +#donation a:hover { + color: #0099ff; +} + /*-- call-to-action Start --*/ diff --git a/index.html b/index.html index 2de57dca..e79b99b6 100755 --- a/index.html +++ b/index.html @@ -543,32 +543,21 @@

Check out the remaining hundreds of activities!

-
+
-
-
-
-
-
-
-

INTERESTED IN MAKING A DONATION?

-

Are you able to make a one-time or reoccurring - (tax-deductable) donation?

-
- - - -
-
-

Want to read more about what your donation means? Learn - more on our donate - page.

- -
-
-
-
+
+

INTERESTED IN MAKING A DONATION?

+
Are you able to make a one-time or recurring (tax-deductible) donation?
+
+ + +
+

+ Want to read more about what your donation means? + Learn more on our donate page. +

+