From 25325749109297d73f0b5448a6e88a6a35ea1ac5 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Fri, 25 Nov 2022 17:22:39 -0800 Subject: [PATCH] change cluster directory ordering, move h1 h2 h3 styles to style.css, update style.css to tab indent Signed-off-by: Arthur Lu --- contact.html | 28 +++++++++++++------------- index.html | 12 ++++++------ style.css | 55 +++++++++++++++++++++++++++++++++++++++------------- 3 files changed, 61 insertions(+), 34 deletions(-) diff --git a/contact.html b/contact.html index 0eb82eb..4d79f7e 100644 --- a/contact.html +++ b/contact.html @@ -7,31 +7,31 @@ -

tronnet

-

Affordable custom server solutions.

+

tronnet

+

Affordable custom server solutions.

-
-

Buisness Inqueries

-

+

+

Buisness Inqueries

+

For buisness inquiries, please email requests@tronnet.net. Please use the tag [Quote] to request a quote for cluster services. If possible, please include usage and configuration requirements.

-
-

Legal Inqueries

-

+

+

Legal Inqueries

+

For legal inquiries, please email requests@tronnet.net. Please use the tag [Legal] to request legal information about the cluster or contract details. If requesting contract clarification please include your client ID

-
-

Support Inquries

-

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

+
+

Support Inquries

+

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

-
-

User Inquries

-

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

+
+

User Inquries

+

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

diff --git a/index.html b/index.html index 5d646d4..663185a 100644 --- a/index.html +++ b/index.html @@ -7,15 +7,15 @@ -

tronnet

-

Affordable custom server solutions.

+

tronnet

+

Affordable custom server solutions.

-

Cluster Directory

+

Cluster Directory

- + @@ -23,14 +23,14 @@
-

User Directory

+

User Directory

-

Information

+

Information

diff --git a/style.css b/style.css index 2078e4b..deb8ba1 100644 --- a/style.css +++ b/style.css @@ -3,30 +3,57 @@ color: white; margin: 20px 0px 20px 0px; } + +h1 { + font-size: 72px; + text-align: center; +} + +h2 { + font-size: 32px; + text-align: center; +} + +h3 { + font-size: 24px; + text-align: center; +} + +p { + font-size: 14px; + text-align: left; +} + +.center-div { + width: 50%; + margin-left: auto; + margin-right: auto; +} + .btn-group { margin: 0 auto; display: flex; justify-content: center; } + .btn-group button { - background-color: #00ff00; /* Green background */ - color: black; /* White text */ - padding: 10px; /* Some padding */ - margin: 0px 5px 0px 5px; - cursor: pointer; /* Pointer/hand icon */ + background-color: #00ff00; /* Green background */ + color: black; /* White text */ + padding: 10px; /* Some padding */ + margin: 0px 5px 0px 5px; + cursor: pointer; /* Pointer/hand icon */ } + .btn-group button:not(:last-child) { - border-right: none; /* Prevent double borders */ + border-right: none; /* Prevent double borders */ } + .btn-group:after { - content: ""; - clear: both; - display: table; + content: ""; + clear: both; + display: table; } + .btn-group button:hover { - background-color: #008800; -} -.center-div { - margin-left: auto; - margin-right: auto; + background-color: #008800; } \ No newline at end of file