From cf176a98b9ebee88240056fe547101a4500e143d Mon Sep 17 00:00:00 2001 From: Shalini_codes Date: Sat, 16 May 2026 08:49:31 +0530 Subject: [PATCH] Update style.css --- .../style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/1 - Responsive Navigation Bar Tutorial Using HTML, CSS and JavaScript/style.css b/1 - Responsive Navigation Bar Tutorial Using HTML, CSS and JavaScript/style.css index 1d2e2d7..6013249 100644 --- a/1 - Responsive Navigation Bar Tutorial Using HTML, CSS and JavaScript/style.css +++ b/1 - Responsive Navigation Bar Tutorial Using HTML, CSS and JavaScript/style.css @@ -32,6 +32,10 @@ body { outline: none; cursor: pointer; } +.btn:hover{ + transform: scale(1.1); +} + .btn-search { background-color: var(--btn-search);