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);