Update curriculum/challenges/english/01-responsive-web-design/learn-css-colors-by-building-a-color-markers-set/step-013.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
This commit is contained in:
Kristofer Koishigawa
2021-12-20 16:26:23 +09:00
committed by GitHub
parent 7b5e6bb129
commit 0c49defd3f

View File

@@ -7,7 +7,7 @@ dashedName: step-13
# --description--
Your marker would look better if it's centered on the page. An easy way to do that is with the `margin` <dfn>shorthand property</dfn>.
Your marker would look better if it was centered on the page. An easy way to do that is with the `margin` <dfn>shorthand property</dfn>.
In the last project, you set the margin area of elements separately with properties like `margin-top` and `margin-left`. The `margin` shorthand property makes it easy to set multiple margin areas at the same time.