Fix (curriculum): wording (#44815)

This commit is contained in:
Glenn Lanzer
2022-01-18 08:54:23 -06:00
committed by GitHub
parent 9cb87d0257
commit 9848b05458

View File

@ -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--