From 9848b054587c9bd861dc3fc661d81475fbdacfe7 Mon Sep 17 00:00:00 2001 From: Glenn Lanzer Date: Tue, 18 Jan 2022 08:54:23 -0600 Subject: [PATCH] Fix (curriculum): wording (#44815) --- .../learn-basic-css-by-building-a-cafe-menu/step-025.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/step-025.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/step-025.md index c709be666d..92bd4c7ffe 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/step-025.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/step-025.md @@ -7,7 +7,7 @@ dashedName: step-25 # --description-- -Now it's easy to see that the text is centered inside the `div` element. Currently, the width of the `div` element is specified in pixels (`px`). Change the `width` property's value to be `80%`, to make it is 80% the width of its parent element (`body`). +Now it's easy to see that the text is centered inside the `div` element. Currently, the width of the `div` element is specified in pixels (`px`). Change the `width` property's value to be `80%`, to make it 80% the width of its parent element (`body`). # --hints--