From a0883cdf1ae6a35657cef579eb59140d6683a80a Mon Sep 17 00:00:00 2001 From: Amnoor Brar Date: Thu, 30 Oct 2025 21:07:48 +0800 Subject: [PATCH] Fix typo in button hover style in CSS --- style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index 062a579..df3310a 100644 --- a/style/style.css +++ b/style/style.css @@ -27,7 +27,7 @@ button:hover{ margin-right: 5px; margin-left: 5px; } - buttun:hover{ + button:hover{ font-size: x-large; } } \ No newline at end of file