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; +}