From f8d7a4f491e75bff6715bb8d7e4fbd096d2cc4a8 Mon Sep 17 00:00:00 2001 From: Sivaprasath <121082414+sivaprasath2004@users.noreply.github.com> Date: Wed, 28 Feb 2024 09:00:19 +0530 Subject: [PATCH] Update App.css --- src/App.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 2b66706..3799134 100644 --- a/src/App.css +++ b/src/App.css @@ -14,6 +14,9 @@ body{ position: fixed; width: 100%; } +input:focus{ + outline: none; +} h1{ flex: 3; text-align: center; @@ -49,4 +52,4 @@ animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1.000) both; [transition-style="in:wipe:bottom-right"] { animation: 2.5s cubic-bezier(.25, 1, .30, 1) wipe-in-bottom-right both; - } \ No newline at end of file + }