From ce6a9b26655833fba27ebb6c0d2524bc982ed370 Mon Sep 17 00:00:00 2001 From: sakshiyesitisme45 Date: Sun, 25 May 2025 11:01:40 +0530 Subject: [PATCH] Update 5e.html setting the button's display property to "block" and then setting its margin property to "auto". --- 1-exercise-solutions/lesson-05/5e.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/1-exercise-solutions/lesson-05/5e.html b/1-exercise-solutions/lesson-05/5e.html index 487f6c5..a31be5d 100644 --- a/1-exercise-solutions/lesson-05/5e.html +++ b/1-exercise-solutions/lesson-05/5e.html @@ -37,6 +37,8 @@ border-radius: 30px; font-weight: bold; cursor: pointer; + display: block; + margin: auto; }