From 2a5fae91dba8f79c7741bf090602c20b3619d3cb Mon Sep 17 00:00:00 2001 From: Atir Nayab <91016903+nayabatir1@users.noreply.github.com> Date: Mon, 17 Oct 2022 23:02:40 +0530 Subject: [PATCH] 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 * Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98d5.md Co-authored-by: Ilenia * Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98d5.md Co-authored-by: Ilenia Co-authored-by: Ilenia --- .../5d822fd413a79914d39e98d5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98d5.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98d5.md index c97b6c1c185..34e85b19ad3 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98d5.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98d5.md @@ -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--