From 800812af6a2ea7a6aeb9024a9f30dc311df4ecc4 Mon Sep 17 00:00:00 2001 From: Alon Hen <45737690+alonwillmakeit@users.noreply.github.com> Date: Mon, 19 Sep 2022 23:36:38 +0300 Subject: [PATCH] Incorrect img px not sure if im wrong or u did a mistake or something, but in the execercise you asked for the picture to be 200px and not 250px --- 1-exercise-solutions/lesson-07/7a.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-exercise-solutions/lesson-07/7a.css b/1-exercise-solutions/lesson-07/7a.css index 596bb82..f18b783 100644 --- a/1-exercise-solutions/lesson-07/7a.css +++ b/1-exercise-solutions/lesson-07/7a.css @@ -1,4 +1,4 @@ .cat-picture { - width: 250px; + width: 200px; border-radius: 15px; }