From ad5d0a41c09f15cd99af5da56b7deffa89e0dff0 Mon Sep 17 00:00:00 2001 From: Vaishnavi Kale Date: Sun, 26 Mar 2023 00:18:30 +0000 Subject: [PATCH] updates --- contact us/index.html | 160 +++++++++++++++++++++++------------------- events.html | 14 ++-- 2 files changed, 93 insertions(+), 81 deletions(-) diff --git a/contact us/index.html b/contact us/index.html index 830d640..e794411 100644 --- a/contact us/index.html +++ b/contact us/index.html @@ -1,94 +1,106 @@ + - - - - Contact Us - - - - - - - - + + + + Contact Us + + + + + + + + - -
+
+
-
- - - -
+
-
-
+ + +
+ +
+
-
- -
-
-
+
+ +
+
+
-

- Address
- address -
- any address -
-

- -

- phone
- 88888888 -

- -

- email us
- email@gmail.com -

+

+ Address
+ address +
+ any address +
+

+ +

+ phone
+ 88888888 +

+ +

+ email us
+ email@gmail.com +

-
-

Contact Us

-

- -

+
+

Contact Us

+

+ +

-

Name *

- +

Name *

+ -

Email *

- +

Email *

+ -

Phone *

- +

Phone *

+ -

Subject *

- +

Subject *

+ -

Message *

- - - -
+

Message *

+ + + +
+
-
-
- - -
-
-
- -
- - - - +
+ + +
+
+
+ + + + + + + + + \ No newline at end of file diff --git a/events.html b/events.html index a79c884..e0ab2e3 100644 --- a/events.html +++ b/events.html @@ -29,7 +29,7 @@ } h1 { - color: #5C7CFA; + color: #f7797d; } .card { @@ -48,7 +48,7 @@ } .heart { - color: #989898; + color: #f7797d; margin-top: 15px; margin-left: 230px; font-size: 30px; @@ -62,12 +62,12 @@ } .heart-active { - color: #fbd786; + color: #f7797d; } .heart:hover { color: red; - background-color: #f9f9f9; + background-color: #f7797d; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; @@ -120,7 +120,7 @@ } .wish { - color: #C50707; + color: #fbd786; } #toast, @@ -133,8 +133,8 @@ top: 0; left: 80%; transform: translate(-50%); - background-color: #EFF2FF; - color: #76777E; + background-color: #f7797d; + color: #f7797d; padding: 1px; border-radius: 8px; text-align: center;