diff --git a/contact.html b/contact.html index 5267186..e397232 100644 --- a/contact.html +++ b/contact.html @@ -40,6 +40,10 @@ + +
+

Contact

+
diff --git a/style.css b/style.css index 8777e4c..401c457 100644 --- a/style.css +++ b/style.css @@ -8,7 +8,7 @@ } - body { +.body { margin: 0; font-family: Arial, sans-serif; } @@ -41,4 +41,9 @@ text-decoration: none; color: rgb(0, 0, 0); font-size: 18px; - } \ No newline at end of file + } + + .section{ + background-color: #000; + } +