From 020222d9271f4cdd9cdc205f7837d16261d2944d Mon Sep 17 00:00:00 2001 From: Abu Harish Date: Mon, 24 Jul 2023 11:47:45 +0530 Subject: [PATCH] change in style.css --- hidden-search/style.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/hidden-search/style.css b/hidden-search/style.css index 4dadd30..65eb5bd 100644 --- a/hidden-search/style.css +++ b/hidden-search/style.css @@ -17,7 +17,8 @@ body { .search { position: relative; - height: 50px; + height: 30px; + } .search .input { @@ -27,20 +28,22 @@ body { padding: 15px; height: 50px; width: 50px; - transition: width 0.3s ease; + transition: width 0.4s ease; + border-radius: 50px; } .btn { background-color: #fff; - border: 0; + border: 0 ; cursor: pointer; font-size: 24px; position: absolute; top: 0; - left: 0; + left: 0px; height: 50px; width: 50px; - transition: transform 0.3s ease; + transition: transform 0.4s ease; + border-radius: 25px; } .btn:focus,