From f3ba7ba5b61e974b276590a736265ce4fbd7fd4c Mon Sep 17 00:00:00 2001 From: Sankeer Date: Fri, 20 Sep 2024 21:59:17 -0400 Subject: [PATCH] Update styles.css --- styles.css | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index d21301f..f18f2fa 100644 --- a/styles.css +++ b/styles.css @@ -116,9 +116,6 @@ button:hover { 100% {background-position: 0% 50%;} } - - - .container { width: 80%; padding: 20px; @@ -130,4 +127,18 @@ button:hover { width: 100%; padding: 10px; } -} \ No newline at end of file +} + +#operation, #numPDFs, #numPages, button { + width: 70%; + padding: 10px; + margin: 10px 0; + border-radius: 5px; + border: none; + font-size: 16px; +} + +#operation, #numPDFs, #numPages { + background-color: white; + color: black; +}