From bb17e37fa9fb23faceb51a05222d2f5b6ea97308 Mon Sep 17 00:00:00 2001 From: Tiago Vier Preto <83984051+Tiago-Vier-Preto@users.noreply.github.com> Date: Fri, 3 Apr 2026 13:54:10 -0300 Subject: [PATCH] fix(curriculum): correct typo in CSS foundations exercise instructions (#66770) --- .../63ee3ff1381756f9716727f2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/top-learn-css-foundations-projects/63ee3ff1381756f9716727f2.md b/curriculum/challenges/english/blocks/top-learn-css-foundations-projects/63ee3ff1381756f9716727f2.md index 0a3fe4847f4..f59cd7075d3 100644 --- a/curriculum/challenges/english/blocks/top-learn-css-foundations-projects/63ee3ff1381756f9716727f2.md +++ b/curriculum/challenges/english/blocks/top-learn-css-foundations-projects/63ee3ff1381756f9716727f2.md @@ -12,7 +12,7 @@ With this exercise, we've provided you a completed HTML file, so you will only h 1. You should see a `width` of `300px` on the `avatar` and `proportioned` class. 1. You should give it a height so that it retains its original square proportions (don't hardcode in a pixel value for the height!). 1. You should give the elements with both the `avatar` and `distorted` classes a `width` of `200px`. -1. You should give it a `height` twice as big as it's width. +1. You should give it a `height` twice as big as its width. # --hints--