From 3b5e8ff2b36c33437a042aada28e94aa1419f89f Mon Sep 17 00:00:00 2001 From: Abdullah Alfaraj Date: Thu, 29 Dec 2022 15:07:19 +0300 Subject: [PATCH] remove padding from textarea since it adds area that can't be colored --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a1bd5d1..d632fb1 100644 --- a/index.html +++ b/index.html @@ -13,10 +13,10 @@ } #taPrompt{ - padding: 10px; + box-sizing: border-box; background: rgb(37,37,37); - border:blue; + } .container { @@ -285,7 +285,7 @@
- +