From 7131e003b988c79c140bebdb458b8431b1500299 Mon Sep 17 00:00:00 2001
From: Juhi Singh
Date: Fri, 29 May 2026 12:56:47 +0530
Subject: [PATCH] Update 5e.html
Improved button implementation using semantic button element and cleaner centering method.
---
1-exercise-solutions/lesson-05/5e.html | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/1-exercise-solutions/lesson-05/5e.html b/1-exercise-solutions/lesson-05/5e.html
index 487f6c5..a2bf959 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;
}
@@ -56,6 +58,6 @@
From $1999
-
- Buy
-
+