From c8ed9e22a01042b4c5744a596f7d4d3a025f9af9 Mon Sep 17 00:00:00 2001 From: SujalTaktani830 <141606121+SujalTaktani830@users.noreply.github.com> Date: Sun, 20 Oct 2024 06:53:11 +0000 Subject: [PATCH] added contact page --- contact.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ index.html | 2 +- styles.css | 8 ++++++++ 3 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 contact.html create mode 100644 styles.css diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..005fa60 --- /dev/null +++ b/contact.html @@ -0,0 +1,44 @@ + + + + + + + Contact Us | Healthcare System + + + + + +
+

Contact THE PLASMA

+
+
+
+

Contact Us

+
+
+ + +
+
+ + +
+
+ + +
+ + + +
+
+
+ + + + diff --git a/index.html b/index.html index eba28d6..9932018 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@

Home

About

Services

Work

-

Contact

+ diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..fc80976 --- /dev/null +++ b/styles.css @@ -0,0 +1,8 @@ +/* Add this CSS to your styles.css file */ +.header-text { + font-weight: bold; +} + +.header-text:hover { + color: blue; +}