fix(curriculum): build a city skyline instruction updated (#48010)

* fix(curriculum): feedback on Learn Css Variables By Building A City Skyline instruction updated

* skyline instruction updated

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98d5.md

Co-authored-by: Ilenia <nethleen@gmail.com>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98d5.md

Co-authored-by: Ilenia <nethleen@gmail.com>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98d5.md

Co-authored-by: Ilenia <nethleen@gmail.com>

Co-authored-by: Ilenia <nethleen@gmail.com>
This commit is contained in:
Atir Nayab
2022-10-17 23:02:40 +05:30
committed by GitHub
parent 52b5bba501
commit 2a5fae91db
@@ -7,7 +7,7 @@ dashedName: step-13
# --description--
Give your `.bb1` element these style properties: `display: flex;`, `flex-direction: column;`, and `align-items: center;`. This will center the parts of the building using "flex" or "flexbox". You will learn about it in more detail on another project.
Center the parts of your building by turning the `.bb1` element into a flexbox parent. Use the `flex-direction` and `align-items` properties to center the children.
# --hints--