From 9437bc71568fe33bfbb234e4819c741aae0df42a Mon Sep 17 00:00:00 2001 From: meetarora Date: Fri, 9 Aug 2024 11:14:49 +0530 Subject: [PATCH] update --- src/Main.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Main.css b/src/Main.css index 9bdf6ba..cae424a 100644 --- a/src/Main.css +++ b/src/Main.css @@ -13,11 +13,15 @@ .box { color: white; width: 50rem; - font-size: 1.7rem; + font-size: 2.2rem; text-align: center; + background:rgba(185,61,255,1.1); + backdrop-filter: blur(40px); + border-radius: 6px; + box-shadow: 0px 0px 5.5px rgb(119, 119, 119); } .name { - color: rgb(178 195 58); + color: rgb(192 255 0); margin-top: 20px; } \ No newline at end of file