From 723f93825a2f58de89f3f560d785f63f9969ca9d Mon Sep 17 00:00:00 2001 From: lovelytransgirl Date: Fri, 20 Jun 2025 22:53:54 +0700 Subject: [PATCH] Better Ui --- src/css/option.css | 13 ++++++++----- src/css/textBox.css | 5 +++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/css/option.css b/src/css/option.css index 7c4105f..f6b1498 100644 --- a/src/css/option.css +++ b/src/css/option.css @@ -2,17 +2,20 @@ display: flex; justify-content: center; align-items: center; - width: 60vw; - background-color: white; - color: #8391b8; + width: 55vw; + background: rgba(255, 255, 255, 0.5); + /*color: #8391b8;*/ + color: #393E46; border-style: solid; border-color: #8391b8; border-width: 5px; border-radius: 30px; - padding: 50px; + padding: 10px; } .optionSection { display: flex; + justify-content: center; + align-items: center; flex-direction: column; row-gap: 1rem; } @@ -25,4 +28,4 @@ .spriteBox { width: 75vw; } -} \ No newline at end of file +} diff --git a/src/css/textBox.css b/src/css/textBox.css index 6f3376f..d9ee259 100644 --- a/src/css/textBox.css +++ b/src/css/textBox.css @@ -3,8 +3,9 @@ justify-content: center; align-items: center; width: 60vw; - background-color: white; - color: #8391b8; + background: rgba(255, 255, 255, 0.5); + /*color: #8391b8;*/ + color: #393E46; border-style: solid; border-color: #8391b8; border-width: 5px;