From d12d02d750f7f7416b368faf0afb2769e6c02ca1 Mon Sep 17 00:00:00 2001 From: maurux01 Date: Sat, 18 Jan 2025 20:36:26 -0500 Subject: [PATCH] --- styles.css | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index f45908b..05492b4 100644 --- a/styles.css +++ b/styles.css @@ -22,7 +22,33 @@ body { }/* Main container enhancements */ #main-container { background-color: #20232a; - padding: 40px; + padding .typing-area::placeholder { + color: #8b97a8; + opacity: 0.7; + font-style: italic; + transition: opacity 0.3s ease; + } + + .typing-area { + background-color: #384150; + color: #e3e7ed; + border: 1px solid #66a5ad; + padding: 15px; + border-radius: 8px; + font-size: 16px; + width: 100%; + box-sizing: border-box; + } + + .typing-area:focus { + border-color: #80cbc4; + outline: none; + box-shadow: 0 0 5px rgba(102, 165, 173, 0.3); + } + + .typing-area:focus::placeholder { + opacity: 0.4; + }: 40px; border-radius: 15px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6); margin: 20px auto;