From da61239f185040f8bd578946eb861e25a51981c0 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sun, 21 Aug 2022 21:01:47 -0700 Subject: [PATCH] add formatting to contact page, add centered div class --- contact.html | 24 +++++++++++++++--------- style.css | 5 +++++ 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/contact.html b/contact.html index 222798a..aa6bd61 100644 --- a/contact.html +++ b/contact.html @@ -9,17 +9,23 @@

tronnet

Affordable custom server solutions.

Buisness Inqueries

-

- For buisness related inquiries, please email requests@tronnet.net with one of the following subject tags: -

-

+
+

+ For buisness related inquiries, please email requests@tronnet.net with one of the following subject tags: +

+

+

Support Inquries

-

If you are a user of tronnet, please refer to the documentation for information about how to recieve technical support.

+
+

If you are a user of tronnet, please refer to the documentation for information about how to recieve technical support.

+

Personal Inquries

-

Tronnet does not publish personal information of users, except those published in the User Directory.

+
+

Tronnet does not publish personal information of users, except those published in the User Directory.

+
diff --git a/style.css b/style.css index 83291ed..07d786e 100644 --- a/style.css +++ b/style.css @@ -23,4 +23,9 @@ .btn-group button:hover { background-color: #00AA00; border: #00AA00; +} + +.center-div { + margin-left: auto; + margin-right: auto; } \ No newline at end of file