From b5557c796a282294d426209fa3d6acebe0f63e89 Mon Sep 17 00:00:00 2001 From: "Tesfay B.Hiluf" Date: Wed, 9 Sep 2026 11:25:14 +0100 Subject: [PATCH 1/3] Add two click and button --- 1-exercise-solutions/lesson-01/1a.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/1-exercise-solutions/lesson-01/1a.html b/1-exercise-solutions/lesson-01/1a.html index 5d2418b5..e07912a6 100644 --- a/1-exercise-solutions/lesson-01/1a.html +++ b/1-exercise-solutions/lesson-01/1a.html @@ -1 +1,3 @@ + + From 8e8a8474129c72234062283f928e34a1db413816 Mon Sep 17 00:00:00 2001 From: "Tesfay B.Hiluf" Date: Wed, 9 Sep 2026 11:46:32 +0100 Subject: [PATCH 2/3] added a border radius to uber button --- 1-exercise-solutions/lesson-02/2a.html | 1 + 1 file changed, 1 insertion(+) diff --git a/1-exercise-solutions/lesson-02/2a.html b/1-exercise-solutions/lesson-02/2a.html index af689367..ac2a52cb 100644 --- a/1-exercise-solutions/lesson-02/2a.html +++ b/1-exercise-solutions/lesson-02/2a.html @@ -6,6 +6,7 @@ height: 40px; width: 110px; cursor: pointer; + border-radius: 8px; } From 3fc512d144a6d3377f4884e7eb1ba5c507300d8b Mon Sep 17 00:00:00 2001 From: "Tesfay B.Hiluf" Date: Wed, 9 Sep 2026 12:05:54 +0100 Subject: [PATCH 3/3] update lesson 03 exercise --- 1-exercise-solutions/lesson-03/3a.html | 1 + 1 file changed, 1 insertion(+) diff --git a/1-exercise-solutions/lesson-03/3a.html b/1-exercise-solutions/lesson-03/3a.html index e7349f93..bd40d666 100644 --- a/1-exercise-solutions/lesson-03/3a.html +++ b/1-exercise-solutions/lesson-03/3a.html @@ -5,6 +5,7 @@ border: none; height: 40px; width: 110px; + border: 2px solid black; cursor: pointer; transition: opacity 0.15s; }