From 10a344f99340f7fc0371ed41bc49368b1791be4e Mon Sep 17 00:00:00 2001 From: ctrlaltdel-html <141367035+ctrlaltdel-html@users.noreply.github.com> Date: Sat, 2 Mar 2024 10:50:00 -0500 Subject: [PATCH] Update style.css --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 1ea7567..e26e6bd 100644 --- a/style.css +++ b/style.css @@ -7,9 +7,10 @@ h1 { } #url { - width: 60%; + width: 40%; padding: 10px; margin-bottom: 10px; + text-align: center; } #content { @@ -21,4 +22,5 @@ h1 { button { background-color: white; height: 40px + text-align: center; }