From 173991d328e3a8e4e24d18e4d3a3f929a889f6a5 Mon Sep 17 00:00:00 2001 From: Preston Date: Wed, 3 Jan 2024 20:29:07 -0800 Subject: [PATCH] Update index.html --- index.html | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/index.html b/index.html index 6c875a9..8dbb32d 100644 --- a/index.html +++ b/index.html @@ -21,11 +21,7 @@ color: #333; } - h2 { - color: #555; - } - - p { + h2, p { color: #555; } @@ -37,7 +33,7 @@ cursor: pointer; border: none; border-radius: 5px; - margin: 10px; + margin: 10px auto; text-decoration: none; display: inline-block; max-width: 200px; @@ -71,24 +67,6 @@ display: block; } - .source-btn { - background-color: black; - color: white; - padding: 10px 20px; - font-size: 16px; - cursor: pointer; - border: none; - border-radius: 5px; - margin: 10px; - text-decoration: none; - display: inline-block; - max-width: 200px; - } - - .source-btn:hover { - background-color: #333; - } - .pick-client { color: #555; } @@ -96,7 +74,7 @@ .line { width: 50%; border-top: 1px solid #888; - margin: 10px 0; + margin: 10px auto; } .version-text { @@ -114,7 +92,7 @@ .footer-divider { width: 50%; border-top: 1px solid #888; - margin: 10px 0; + margin: 10px auto; }